From 403c1cad9a222a211a774473ce04697d580ac443 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 05 三月 2024 15:57:37 +0800
Subject: [PATCH] 包装台账:添加明细弹窗不刷新问题

---
 src/views/basic/part/index.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/views/basic/part/index.vue b/src/views/basic/part/index.vue
index 6a78b64..f4b3331 100644
--- a/src/views/basic/part/index.vue
+++ b/src/views/basic/part/index.vue
@@ -398,7 +398,14 @@
             searchInfoType: 'text'
           } */
         ],
-        toolbar: [],
+        toolbar: [
+          // {
+          //   text: '澶ф爣绛�',
+          //   type: 'primary',
+          //   fun: this.printLabel,
+          //   loading: false
+          // }
+        ],
         operator: null,
         operatorConfig: {
           fixed: 'right',
@@ -429,7 +436,7 @@
     PrintLabelForm
   },
   created() {
-    if(this.permissions.basic_part_mdm){
+if(this.permissions.basic_part_mdm){
         this.table.toolbar.push(
           {
             text: '鍚屾MDM',

--
Gitblit v1.9.3