字段管理页面修改
This commit is contained in:
parent
839e1e8b20
commit
df12fae609
|
|
@ -104,7 +104,7 @@ class FieldSlide extends Component {
|
|||
* Date: 2022/12/12
|
||||
*/
|
||||
saveFieldInfo = () => {
|
||||
if (_.isEmpty(this.state.name)) {
|
||||
if (_.isEmpty(this.state.name) || (this.state.sharedType === "1" && _.isEmpty(this.state.taxAgentIds))) {
|
||||
Modal.warning({
|
||||
title: "信息确认",
|
||||
content: "必要信息不完整,红色*为必填项!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue