车辆审批提交,去除备注填写,直接走接口

This commit is contained in:
2025-12-18 17:33:49 +08:00
parent 89cf401882
commit 4734f236cf

View File

@@ -1004,7 +1004,8 @@ export default {
} }
} }
if((this.vehicleInfoChange || this.insuranceChange) && this.id){ if((this.vehicleInfoChange || this.insuranceChange) && this.id){
this.approvalDialogShow=true // this.approvalDialogShow=true
this.submitApprovalHandle()
console.log('11111',this.approvalForm.serviceChange) console.log('11111',this.approvalForm.serviceChange)
console.log('2222',this.approvalForm.insuranceChange) console.log('2222',this.approvalForm.insuranceChange)
}else { }else {