| | |
| | | confirming:false, |
| | | type: '', |
| | | val: '', |
| | | companyId: null, |
| | | memberIds:[], |
| | | loading:false, |
| | | memberList:[], |
| | |
| | | if (obj.type) { |
| | | this.type = obj.type |
| | | } |
| | | this.companyId = obj.companyId |
| | | this.list = [] |
| | | if (obj.insuranceApplyId) { |
| | | this.insuranceApplyId = obj.insuranceApplyId |
| | |
| | | } |
| | | item.fee = this.price |
| | | }) |
| | | |
| | | console.log(this.oldList) |
| | | console.log(this.seleData) |
| | | this.confirming=false |
| | | this.$emit('result', this.seleData) |
| | | this.seleData=[] |
| | |
| | | this.loading = true; |
| | | findListByDTO({ |
| | | name: query, |
| | | companyId: this.companyId, |
| | | insuranceApplyId: this.insuranceApplyId, |
| | | notInInsuranceApplyId: this.notInInsuranceApplyId, |
| | | validTime: this.validTime |