【修改】:【优化】修改投保人信息页面的字段名称

This commit is contained in:
zhangqi1
2021-07-14 09:58:21 +08:00
parent 5f22a768cb
commit 10e90966ee

View File

@@ -1217,12 +1217,12 @@ export default {
if (this.isAsync) {
if (
!this.userWorkcompanys.some((item) => {
return item.label == this.userInfo.workcompany
return item.asscompanies == this.userInfo.workcompany
})
) {
if (
this.userWorkcompanys.some((item) => {
return item.label.search(this.userInfo.workcompany) != -1
return item.asscompanies.search(this.userInfo.workcompany) != -1
})
) {
return this.$toast('请填写完整的协同单位名称')