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 })