From 38631df3f90336dd4e45b52bfb2936d7f628ad6e Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Fri, 2 Aug 2024 00:09:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=B5=81=E7=A8=8B=E8=AE=BF=E9=97=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-demand/summary/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index d3a7e5c..28c9e9c 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -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, From 6e612e1f7a586f0778e71cbe865b34360e4e49f5 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Fri, 2 Aug 2024 19:41:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E6=8A=84?= =?UTF-8?q?=E9=80=81=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/process/nodes/CcNode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workflow/process/nodes/CcNode.vue b/src/views/workflow/process/nodes/CcNode.vue index 2c5b775..ef712f9 100644 --- a/src/views/workflow/process/nodes/CcNode.vue +++ b/src/views/workflow/process/nodes/CcNode.vue @@ -2,7 +2,7 @@