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

This commit is contained in:
zhangqi1
2021-07-14 10:14:29 +08:00
parent 10e90966ee
commit 41e618707f

View File

@@ -1501,12 +1501,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('请填写完整的协同单位名称')