Commit a5f05f3f authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 采购商-招标-待新增商城招标-新建邀请招标-不添加会员-点击提交没有非空校验

parent 405bd175
......@@ -244,6 +244,10 @@ const bidMaterial: ISchema = {
columns: "{{materialColumns}}",
components: "{{materialComponents}}",
},
"x-rules": [{
required: true,
message: intl.formatMessage({ id: 'detail.purchase.message7' })
}],
},
}
}
......@@ -834,6 +838,10 @@ const bidPattern: ISchema = {
columns: "{{memberColumn}}",
prefix: "{{inviteAddButton}}",
},
"x-rules": [{
required: true,
message: intl.formatMessage({ id: 'detail.purchase.message41' }),
}],
visible: false,
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment