haoxuan
2023-09-14 ff786200e5c4d1a13c1b08e2ef728007d289b978
提示文字修改
1个文件已修改
2 ■■■ 已修改文件
src/components/AddIssue.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {