车辆接口更新
This commit is contained in:
		| @ -398,7 +398,9 @@ tabs = { | ||||
|       compolatelQuantity: 0, | ||||
|       deltQuantity: 0 | ||||
|     }; | ||||
|     this.service.request(this.service.$api_get_getBulkStatistics, this.reqParams).subscribe(res => { | ||||
|     const params: any = Object.assign({}, this.reqParams || {}); | ||||
|     delete params.wayBillStatus | ||||
|     this.service.request(this.service.$api_get_getBulkStatistics, params).subscribe(res => { | ||||
|       if (res) { | ||||
|         let totalCount = 0; | ||||
|         res.forEach((ele: any) => { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user