diff --git a/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldSlide.js b/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldSlide.js index 1c9aeafa..4b008d2b 100644 --- a/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldSlide.js +++ b/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldSlide.js @@ -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: "必要信息不完整,红色*为必填项!"