From 62691f7fd5a5a495c38f4f17befa053bf61192b1 Mon Sep 17 00:00:00 2001
From: 86134 <aa>
Date: 星期四, 09 十一月 2023 09:52:41 +0800
Subject: [PATCH] 11

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

diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue
index 6bc79bd..e608a41 100644
--- a/src/views/quality/processconfiguration/index.vue
+++ b/src/views/quality/processconfiguration/index.vue
@@ -64,7 +64,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>
@@ -82,6 +82,7 @@
 import TableForm from './table-form'
 import { mapGetters } from 'vuex'
 // import { remote } from '@/api/admin/dict'
+import { transform } from '@/util/fileTransform'
 import ttable from '@/views/common/ztt-table.vue'
 export default {
   data() {
@@ -262,36 +263,6 @@
           //     return this.processModeOptions
           //   }
           // },
-          //鍙戣捣浜�
-            // {
-            //   minWidth: '200',
-            //   prop: 'originator',
-            //   label: '鍙戣捣浜�',
-            //   sort: true,
-            //   isTrue: true,
-            //   isSearch: true,
-            //   searchInfoType: 'text'
-            // },
-          // 瀹℃牳浜�
-          // {
-          //   minWidth: '140',
-          //   prop: 'examiner',
-          //   label: '瀹℃牳浜�',
-          //   sort: true,
-          //   isTrue: true,
-          //   isSearch: true,
-          //   searchInfoType: 'text'
-          // },
-          // 澶勭悊浜�
-          // {
-          //   minWidth: '120',
-          //   prop: 'handler',
-          //   label: '澶勭悊浜�',
-          //   sort: true,
-          //   isTrue: true,
-          //   isSearch: true,
-          //   searchInfoType: 'text'
-          // },
         
         ],
         toolbar: [
@@ -378,6 +349,12 @@
       this.UserId = row.id
       this.type = row.type
       this.dialogVisible = true;
+
+    },
+    WayCancel(){
+      this.dialogVisible = false
+      this.checkList = null
+      this.WayIdea = null
     },
     WaySure(){
       AuditSuggestion({id:this.UserId,way:this.checkList}).then(

--
Gitblit v1.9.3