Compare commits
5 Commits
073312a56b
...
4e37efeca4
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e37efeca4 | |||
| 8979dcaf98 | |||
| f6e225ed4b | |||
| 821a35b382 | |||
| 2b0c6d6a36 |
@@ -969,6 +969,9 @@ export default {
|
||||
if(key=='serviceIds'){
|
||||
this.approvalForm.serviceChange[key]=this.$refs.tree.getCheckedKeys(true)
|
||||
}
|
||||
if(key=='vehicleType'){
|
||||
this.approvalForm.serviceChange[key]=this.selectedOption?.join(',') || ''
|
||||
}
|
||||
});
|
||||
}else {
|
||||
this.vehicleInfoChange=false
|
||||
@@ -1000,7 +1003,7 @@ export default {
|
||||
this.approvalForm.insuranceChange=null
|
||||
}
|
||||
}
|
||||
if(this.vehicleInfoChange || this.insuranceChange){
|
||||
if((this.vehicleInfoChange || this.insuranceChange) && this.id){
|
||||
this.approvalDialogShow=true
|
||||
console.log('11111',this.approvalForm.serviceChange)
|
||||
console.log('2222',this.approvalForm.insuranceChange)
|
||||
|
||||
Reference in New Issue
Block a user