src/templates/sharecomponent/settingcalcomponent/index.jsx
@@ -12,12 +12,11 @@ static propTpyes = { config: PropTypes.any, MenuID: PropTypes.string, tableFields: PropTypes.any, updateConfig: PropTypes.func } state = { dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, sourcelist: [], visible: false, loading: false, @@ -76,7 +75,6 @@ <VerifyCard dict={dict} config={config} tableFields={this.props.tableFields} menuId={this.props.config.uuid} searches={config.search} wrappedComponentRef={(inst) => this.verifyRef = inst}