From e98d2c4b3c9d05433cf239ccd4e7f2cc1147c758 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Sat, 14 Sep 2024 11:20:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B9=E7=9B=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervise-report-ui/src/views/projectList/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/supervise-report-ui/src/views/projectList/index.vue b/supervise-report-ui/src/views/projectList/index.vue index 73dd032f..6d9767ff 100644 --- a/supervise-report-ui/src/views/projectList/index.vue +++ b/supervise-report-ui/src/views/projectList/index.vue @@ -404,6 +404,7 @@ req.updatePhase(this.projectState).then((res) => { console.log(">>>>>>>>>updatePhase", res.data) + this.getList() this.dialogShow = false })