src/components/AddIssue.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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)) {