fix : 修复编辑流程访问接口

This commit is contained in:
2024-08-02 00:09:19 +08:00
parent 2f42a7464a
commit 38631df3f9

View File

@@ -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,