fix : 修复编辑流程访问接口
This commit is contained in:
@@ -553,7 +553,7 @@ const handleResubmit = debounce((instance) => {
|
|||||||
|
|
||||||
const getDetailInfo = async () => {
|
const getDetailInfo = async () => {
|
||||||
loading.value = true
|
loading.value = true
|
||||||
getDetail(route.query.projectId).then(res => {
|
await getDetail(route.query.projectId).then(res => {
|
||||||
ElNotification({
|
ElNotification({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
message: res.msg,
|
message: res.msg,
|
||||||
|
|||||||
Reference in New Issue
Block a user