From dd70c90baeb8d1ad4627810976069c5de06afb8a Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期六, 26 八月 2023 16:31:58 +0800 Subject: [PATCH] 修改 --- src/components/AddIssue.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/AddIssue.vue b/src/components/AddIssue.vue index d3cb897..5b656b7 100644 --- a/src/components/AddIssue.vue +++ b/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)) { -- Gitblit v1.8.0