车辆接口更新

This commit is contained in:
wangshiming
2022-01-24 16:37:26 +08:00
parent 9dd6530c5b
commit 5ce1b29126
7 changed files with 6 additions and 60 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-14 14:03:07
* @LastEditors : Shiming
* @LastEditTime : 2022-01-18 17:21:33
* @LastEditTime : 2022-01-24 16:28:40
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\update-freight\\update-freight.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -205,6 +205,7 @@ export class UpdateFreightComponent implements OnInit {
}
save(value: any): void {
console.log(this.sf.value)
if (!this.sf.valid) {
this.sf.validator({ emitError: true });
return;