CRM_25-12-09#story#7474,服务商师傅和车辆修改的审批

This commit is contained in:
2025-12-17 16:19:24 +08:00
parent 821a35b382
commit f6e225ed4b

View File

@@ -969,6 +969,9 @@ export default {
if(key=='serviceIds'){ if(key=='serviceIds'){
this.approvalForm.serviceChange[key]=this.$refs.tree.getCheckedKeys(true) this.approvalForm.serviceChange[key]=this.$refs.tree.getCheckedKeys(true)
} }
if(key=='vehicleType'){
this.approvalForm.serviceChange[key]=this.selectedOption?.join(',') || ''
}
}); });
}else { }else {
this.vehicleInfoChange=false this.vehicleInfoChange=false