fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2021-12-15 13:17:42
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-21 14:27:50
|
||||
* @LastEditTime : 2022-02-22 15:40:01
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\update-freight\\update-freight.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -130,7 +130,6 @@ export class VehicleUpdateFreightComponent implements OnInit {
|
||||
this.service.msgSrv.error('请填写必填项!');
|
||||
return;
|
||||
}
|
||||
console.log(this.getParams())
|
||||
this.service.request(this.service.$api_get_insertFreightChangeWhole, this.getParams()).subscribe(res => {
|
||||
if (res) {
|
||||
this.modal.destroy(true);
|
||||
@ -140,7 +139,7 @@ export class VehicleUpdateFreightComponent implements OnInit {
|
||||
}
|
||||
|
||||
close(): void {
|
||||
this.modal.destroy();
|
||||
this.modal.destroy(false);
|
||||
}
|
||||
/**
|
||||
* 更新数字框
|
||||
|
||||
Reference in New Issue
Block a user