haoxuan
2023-09-14 a09614bdc69d674a639b4833153e079311966968
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) {