车辆接口更新

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

@ -127,7 +127,9 @@ resourceStatus: any;
GoingQuantity: 0,
totalCount: 0
};
this.service.request(this.service.$api_statisticalStatus,{...this.reqParams}).subscribe(res => {
const params: any = Object.assign({}, this.reqParams || {});
delete params.billStatus
this.service.request(this.service.$api_statisticalStatus,params).subscribe(res => {
if (res) {
let totalCount = 0;
res.forEach((element: any) => {