fix bug
This commit is contained in:
@ -34,7 +34,7 @@ export class ContractManagementPolicyComponent implements OnInit {
|
||||
*/
|
||||
get reqParams() {
|
||||
const params: any = {
|
||||
...(this.sf && this.sf.value)
|
||||
...(this.sf && this.sf?.value)
|
||||
};
|
||||
delete params.expand;
|
||||
return params;
|
||||
|
||||
Reference in New Issue
Block a user