|
|
@ -552,7 +552,7 @@ export default { |
|
|
|
return |
|
|
|
} |
|
|
|
this.submitdisabled = true |
|
|
|
req.saveCustomerVeh(this.formobj).then((res) => { |
|
|
|
req.quickAddSave(this.formobj).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.$message({ showClose: true, type: 'success', message: '保存成功' }) |
|
|
|
this.handleReturn('true') |
|
|
|