字段管理页面修改

This commit is contained in:
黎永顺 2023-02-10 11:40:07 +08:00
parent 839e1e8b20
commit df12fae609
1 changed files with 1 additions and 1 deletions

View File

@ -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: "必要信息不完整,红色*为必填项!"