fix bug
This commit is contained in:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user