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: '',