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 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/custom/components/module/voucher/index.jsx b/src/tabviews/custom/components/module/voucher/index.jsx
index 89c8085..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 => {

--
Gitblit v1.8.0