mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 20:26:44 +08:00
【修改】:【优化】修改被投保人信息页面的字段名称
This commit is contained in:
@@ -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('请填写完整的协同单位名称')
|
||||
|
||||
Reference in New Issue
Block a user