From 38e0e2b39714aa29aacf9636097e464c50fcc1c3 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 28 八月 2023 10:50:34 +0800 Subject: [PATCH] 面板的提示 报错 换成弹框 --- src/components/AddIssue.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/AddIssue.vue b/src/components/AddIssue.vue index d3cb897..ae10aa1 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)) { @@ -418,13 +418,13 @@ } .dialog-content-box { height: calc(100% - 200px); - overflow: hidden; + // overflow: hidden; padding: 50px 20px 20px; .el-form { overflow: hidden; } .title-auto-box { - height: calc(100% - 130px); + height: calc(100% - 150px); overflow: auto; } .progress-item{ -- Gitblit v1.8.0