|
|
@ -376,7 +376,7 @@ export default { |
|
|
|
this.submitdisabled = true |
|
|
|
req.submitVehicleApply(this.formobj).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.$message({ showClose: true, type: 'success', message: resp.msg }) |
|
|
|
this.$message({ showClose: true, type: 'success', message: res.msg }) |
|
|
|
// 子页面向父级页面传递值(关闭弹框) |
|
|
|
window.parent.postMessage({ |
|
|
|
cmd: 'returnHeight', |
|
|
|