车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 17:09:14 +08:00
parent 716b7f3aef
commit 42ed8b5f07
6 changed files with 18 additions and 6 deletions

View File

@ -387,7 +387,9 @@ export class WaybillManagementVehicleComponent implements OnInit {
compolatelQuantity: 0,
deltQuantity: 0
};
this.service.request(this.service.$api_get_getWholeStatistics, this.reqParams).subscribe(res => {
const params: any = Object.assign({}, this.reqParams || {});
delete params.wayBillStatus
this.service.request(this.service.$api_get_getWholeStatistics, params).subscribe(res => {
if (res) {
let totalCount = 0;
res.forEach((ele: any) => {