From 5eeac2be08383953337d3789a8d442c21303bb54 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 28 八月 2023 15:25:05 +0800
Subject: [PATCH] 周六的代码更新对比 合并 2023-8-28

---
 src/components/AddIssue.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/components/AddIssue.vue b/src/components/AddIssue.vue
index 5b656b7..734943d 100644
--- a/src/components/AddIssue.vue
+++ b/src/components/AddIssue.vue
@@ -167,6 +167,7 @@
       showBtn:1,
       num:0,
       timer:null,
+     
     };
   },
   mounted() {
@@ -200,8 +201,10 @@
       this.shutdown();
     },
     getInfo() {
-      if (Object.keys(this.taskData).length > 0 && this.taskData.Procedure.ID) {
-        this.islook=true
+      if (Object.keys(this.taskData).length > 0 && this.taskData.Procedure.ID && this.taskData.Procedure.Status == 1) {
+        this.num=0;
+        this.showBtn= 1;
+        this.islook=true;
       }else{
         this.islook=false;
       }
@@ -418,13 +421,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