src/tabviews/subtabtable/index.jsx
@@ -330,13 +330,8 @@ } if (requireFields.length > 0) { let labels = requireFields.map(item => item.label) labels = Array.from(new Set(labels)) notification.warning({ top: 92, message: this.state.dict['form.required.input'] + labels.join('、') + ' !', duration: 3 this.setState({ loading: false }) return } else if (window.GLOB.systemType === 'production' && setting.interType === 'custom' && !setting.proInterface) {