haoxuan
2023-08-26 bd83d2c3edea6c7850c66e3c8d5fc5b265c159c3
src/components/AddIssue.vue
@@ -163,7 +163,7 @@
  },
  data() {
    return {
      islook: true,
      islook: false,
      showBtn:1,
      num:0,
      timer:null,
@@ -200,11 +200,11 @@
      this.shutdown();
    },
    getInfo() {
      // if (Object.keys(this.taskData).length > 0 && this.taskData.Procedure.ID) {
      //   this.islook=true
      // }else{
      //   this.islook=false;
      // }
      if (Object.keys(this.taskData).length > 0 && this.taskData.Procedure.ID) {
        this.islook=true
      }else{
        this.islook=false;
      }
    },
    getDateObj(date, fmt) {
      if (/(y+)/.test(fmt)) {