diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index b419a63e4..77bdd9575 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -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('请填写完整的协同单位名称')