From 8bfc9743f7f2c02c0e2c6de139dca17b2dde5cb4 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 十二月 2024 16:03:14 +0800
Subject: [PATCH] 完成人员迁移

---
 src/view/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/view/index.vue b/src/view/index.vue
index efe8884..bf6e4d7 100644
--- a/src/view/index.vue
+++ b/src/view/index.vue
@@ -394,7 +394,7 @@
       </span>
     </el-dialog>
     <notice ref="notice" @goNoticeDetail="checkForUnreadData()" />
-    <timer></timer>
+    <!-- <timer></timer> -->
 	</div>
 </template>
 
@@ -518,8 +518,8 @@
             confirmButtonText: '纭畾',
             cancelButtonText: '鍙栨秷',
             type: 'warning'
-          }).then(() => {
-            if(obj.$refs.Inspection.$refs.CircuitParameters.saveAll()){
+          }).then( async () => {
+            if(await obj.$refs.Inspection.$refs.CircuitParameters.saveAll()){
               this.tabs.splice(index, 1);
               let data = this.tabs[this.tabs.length - 1]
               this.upTabActive(data.k)

--
Gitblit v1.9.3