haoxuan
2023-08-26 dd70c90baeb8d1ad4627810976069c5de06afb8a
修改
1个文件已修改
12 ■■■■ 已修改文件
src/components/AddIssue.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)) {