This commit is contained in:
wangshiming
2022-03-24 17:49:56 +08:00
parent a16cff8d9b
commit 94146b4211

View File

@ -218,6 +218,7 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
receivedQuantity: 0
};
const params: any = Object.assign({}, this.reqParams || {});
delete params.replyStatus;
this.service.request(this.service.$api_get_listOperateStatus, params).subscribe(res => {
if (res) {
res.forEach((element: any) => {