From e543372cc70a19ff2630c79d8421c2c593e54e5f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 02 六月 2021 17:15:21 +0800
Subject: [PATCH] 2021-06-02

---
 src/templates/formtabconfig/source.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/templates/formtabconfig/source.jsx b/src/templates/formtabconfig/source.jsx
index bd2b9ff..148e0ab 100644
--- a/src/templates/formtabconfig/source.jsx
+++ b/src/templates/formtabconfig/source.jsx
@@ -2,7 +2,7 @@
 import zhCN from '@/locales/zh-CN/model.js'
 import enUS from '@/locales/en-US/model.js'
 
-const CommonDict = localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS
+const CommonDict = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS
 
 class CommonTableBaseData {
   baseConfig = {
@@ -63,7 +63,7 @@
         btnType: 'confirm',
         uuid: Utils.getuuid(),
         label: '纭畾',
-        intertype: 'inner',
+        intertype: 'system',
         innerFunc: '',
         interface: '',
         outerFunc: '',

--
Gitblit v1.8.0