From 3ee8972b55e489263825157fbf5d17da42b0c757 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期一, 06 十一月 2023 15:48:08 +0800
Subject: [PATCH] s

---
 src/views/quality/processconfiguration/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue
index ab26a76..b5b64a4 100644
--- a/src/views/quality/processconfiguration/index.vue
+++ b/src/views/quality/processconfiguration/index.vue
@@ -65,7 +65,7 @@
                 </div>
             </el-form>
             <span slot="footer" >
-                <el-button @click="dialogVisible = false">鍙� 娑�</el-button>
+                <el-button @click="WayCancel()">鍙� 娑�</el-button>
                 <el-button type="primary" @click="WaySure()">纭� 瀹�</el-button>
             </span>
         </el-dialog>
@@ -345,7 +345,6 @@
     async costPlannedAmountChange(value){
             this.resultData= value
         },
-    
       handleExcel() {
         console.log(this.resultData);
         console.log(this.table.column);
@@ -377,6 +376,11 @@
       this.dialogVisible = true;
 
     },
+    WayCancel(){
+      this.dialogVisible = false
+      this.checkList = null
+      this.WayIdea = null
+    },
     WaySure(){
       AuditSuggestion({id:this.UserId,way:this.checkList}).then(
         res =>{

--
Gitblit v1.9.3