src/templates/zshare/modalform/index.jsx
@@ -509,7 +509,7 @@ if (!err) { let isvalid = true values.uuid = this.props.card.uuid // 下拉菜单或关联菜单 // 下拉菜单或联动菜单 if ((values.type === 'multiselect' || values.type === 'select' || values.type === 'link') && values.resourceType === '0') { values.options = this.refs.editTable.state.dataSource values.dataSource = '' @@ -523,7 +523,7 @@ isvalid = false notification.warning({ top: 92, message: this.props.dict['header.form.selectItem.error'], message: this.props.dict['model.form.selectItem.error'], duration: 5 }) }