king
2021-05-08 9d65dcb2e35f8091f71110c4de7a04215b63b81e
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) {