|
@@ -302,10 +302,13 @@ export default {
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
chnageCustomerType(value) {
|
|
chnageCustomerType(value) {
|
|
|
- if (value === 1) {
|
|
|
|
|
|
|
+ if (value === 1 && value === 4) {
|
|
|
console.log(value)
|
|
console.log(value)
|
|
|
debugger
|
|
debugger
|
|
|
this.model.vipCustomerId = null
|
|
this.model.vipCustomerId = null
|
|
|
|
|
+ this.model.contractTeamProtocolId = null
|
|
|
|
|
+ this.model.contractTeamProtocolName = null
|
|
|
|
|
+ this.model.contractTeamId = null
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
handleSearchVip(value) {
|
|
handleSearchVip(value) {
|