haoxuan
2023-09-28 3fbc162420579a49521d3bd54b0bc2413b508bb9
src/views/visualization.vue
@@ -1098,7 +1098,7 @@
        finishTask({ id: taskData.Procedure.ID }).then((res) => {
          if (res.code == 200) {
            this.finishShow['finishShow&'+i] = false;
            this.getTaskInfo();
            this.reloadPage(this.activeName?this.activeName:1);
            this.$message.success("操作成功!");
          }
        });