diff --git a/src/views/ebiz/saleFlowProImprove/InsuredPerson.vue b/src/views/ebiz/saleFlowProImprove/InsuredPerson.vue index ed829cdb1..237106150 100644 --- a/src/views/ebiz/saleFlowProImprove/InsuredPerson.vue +++ b/src/views/ebiz/saleFlowProImprove/InsuredPerson.vue @@ -529,6 +529,7 @@ export default { }, data() { return { + source: this.$route.query.source, isNewPeopleFlagTipshow: false, isMarriageStatusShow: false, withRootUser: { @@ -1105,6 +1106,8 @@ export default { } else if (this.pickerType === '11') { this.userInfo.npType = value.id } + // 如果是主动选择本人, 那么不让填写了 + this.source = "" }, //证件起始截止日期 onDateConfirm(val, type) { @@ -2058,7 +2061,7 @@ export default { }, computed: { isReadonly() { - return this.isAppnt && this.$route.query.source !== 'trial' + return this.isAppnt && this.source !== 'trial' }, isShowOthenSalarySource() { if (this.userInfo.salarySource == '4') {