fix bug
This commit is contained in:
@ -88,6 +88,8 @@ export class OrderManagementBulkComponent implements OnInit {
|
||||
}
|
||||
const params: any = Object.assign({}, this.sf?.value || {});
|
||||
delete params._$expand;
|
||||
console.log(params);
|
||||
|
||||
if (this.sf) {
|
||||
Object.assign(requestOptions.body, {
|
||||
...a,
|
||||
|
||||
Reference in New Issue
Block a user