haoxuan
2023-09-14 ff786200e5c4d1a13c1b08e2ef728007d289b978
src/components/AddIssue.vue
@@ -325,7 +325,7 @@
    onSubmit() {
      
      if (this.taskData.Procedure.ID) {
        (this.message = "参数下发中..."), (this.num = 0);
        (this.message = "工艺参数下发中..."), (this.num = 0);
        this.timer = setInterval(() => {
          this.num = this.num + 1;
          if (this.num == 60 || this.resParams) {