From 1779677cece5864b62a65df4b01a4a69496e149a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 13 五月 2025 20:51:15 +0800 Subject: [PATCH] Merge branch 'master' into positec --- 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