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/voucherTable/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/module/voucher/voucherTable/index.jsx b/src/tabviews/custom/components/module/voucher/voucherTable/index.jsx
index 6edc5b7..0c5af4a 100644
--- a/src/tabviews/custom/components/module/voucher/voucherTable/index.jsx
+++ b/src/tabviews/custom/components/module/voucher/voucherTable/index.jsx
@@ -718,7 +718,7 @@
         extra = <PlusOutlined onClick={this.plusLine}/>
 
         if (editing) {
-          let options = localStorage.getItem(window.GLOB.host + '_voucher_extract')
+          let options = localStorage.getItem(window.GLOB.sysSign + '_voucher_extract')
           options = options ? JSON.parse(options) : []
 
           children = <AutoComplete

--
Gitblit v1.8.0