车辆提交审批

This commit is contained in:
2025-12-16 09:23:31 +08:00
parent 552b56d5da
commit 2c344eb2f5
2 changed files with 3 additions and 3 deletions

View File

@@ -1000,7 +1000,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)