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