haoxuan
2023-08-28 5eeac2be08383953337d3789a8d442c21303bb54
src/components/AddIssue.vue
@@ -167,6 +167,7 @@
      showBtn:1,
      num:0,
      timer:null,
    };
  },
  mounted() {
@@ -200,8 +201,10 @@
      this.shutdown();
    },
    getInfo() {
      if (Object.keys(this.taskData).length > 0 && this.taskData.Procedure.ID) {
        this.islook=true
      if (Object.keys(this.taskData).length > 0 && this.taskData.Procedure.ID && this.taskData.Procedure.Status == 1) {
        this.num=0;
        this.showBtn= 1;
        this.islook=true;
      }else{
        this.islook=false;
      }