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