fix bug
This commit is contained in:
@ -45,7 +45,7 @@ export class ETCBlacklistComponent implements OnInit {
|
||||
beforeReq = (requestOptions: STRequestOptions) => {
|
||||
if (this.sf) {
|
||||
Object.assign(requestOptions.body, {
|
||||
...this.sf.value
|
||||
...this.sf?.value
|
||||
});
|
||||
}
|
||||
this.selectedRows = [];
|
||||
|
||||
Reference in New Issue
Block a user