From d975fc4756806f5b51f006c19c33571b9b8c0b3b Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 20 十二月 2024 09:30:19 +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