From 05f3dd19cd55fef61fa89ac9f60f915ef7bd9e07 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 15 九月 2023 10:52:52 +0800
Subject: [PATCH] 提示 修改为2种状态+ 无任务页面的显示问题

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

diff --git a/src/components/AddIssue.vue b/src/components/AddIssue.vue
index 4c62a37..770bc09 100644
--- a/src/components/AddIssue.vue
+++ b/src/components/AddIssue.vue
@@ -247,6 +247,7 @@
       this.num = 0;
       this.showBtn=1;
       this.isLoading=false
+      this.$emit('isTip',this.islook)
     },
   },
   methods: {
@@ -282,6 +283,7 @@
         this.islook = false;
         // this.islook = true;
       }
+      
     },
     getDateObj(date, fmt) {
       if (/(y+)/.test(fmt)) {
@@ -325,7 +327,7 @@
     onSubmit() {
       
       if (this.taskData.Procedure.ID) {
-        (this.message = "鍙傛暟涓嬪彂涓�..."), (this.num = 0);
+        (this.message = "宸ヨ壓鍙傛暟涓嬪彂涓�..."), (this.num = 0);
         this.timer = setInterval(() => {
           this.num = this.num + 1;
           if (this.num == 60 || this.resParams) {

--
Gitblit v1.8.0