From f18eef383f288e453b7b6d0a34237ddf6e6620e8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 13 五月 2025 20:50:41 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/tabviews/custom/components/module/voucher/index.jsx |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/tabviews/custom/components/module/voucher/index.jsx b/src/tabviews/custom/components/module/voucher/index.jsx
index 0fd7ac5..fb67d1d 100644
--- a/src/tabviews/custom/components/module/voucher/index.jsx
+++ b/src/tabviews/custom/components/module/voucher/index.jsx
@@ -492,11 +492,11 @@
     }
 
     if (tip) {
-      const _this = this
+      const that = this
       confirm({
         content: tip + '纭瑕佷繚瀛樺悧锛�',
         onOk() {
-          _this.voucherSave(list, t)
+          that.voucherSave(list, t)
         },
         onCancel() {}
       })
@@ -567,7 +567,7 @@
     let sup_data = []
     let voucherMap = new Map()
     let supMap = new Map()
-    let extract = localStorage.getItem(window.GLOB.host + '_voucher_extract')
+    let extract = localStorage.getItem(window.GLOB.sysSign + '_voucher_extract')
     extract = extract ? JSON.parse(extract) : []
 
     data.forEach(item => {
@@ -621,7 +621,7 @@
       if (extract.length > 20) {
         extract.length = 20
       }
-      localStorage.setItem(window.GLOB.host + '_voucher_extract', JSON.stringify(extract))
+      localStorage.setItem(window.GLOB.sysSign + '_voucher_extract', JSON.stringify(extract))
     }
 
     voucherMap.forEach(item => {
@@ -700,7 +700,7 @@
       }
 
       if (tabId) {
-        MKEmitter.emit('reloadMenuView', tabId, 'table')
+        MKEmitter.emit('reloadMenuView', tabId)
       }
     })
   }
@@ -953,7 +953,7 @@
       }
 
       if (tabId) {
-        MKEmitter.emit('reloadMenuView', tabId, 'table')
+        MKEmitter.emit('reloadMenuView', tabId)
       }
     })
   }

--
Gitblit v1.8.0