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

This commit is contained in:
zxl
2025-12-19 18:06:14 +08:00
parent e6a669e41d
commit 66f28ad8ce
+2 -1
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 {