Fix filter bug for replication rule list

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
AllForNothing 2020-10-28 12:29:33 +08:00
parent ec790d0afd
commit 53dc8f0bcf

View File

@ -178,6 +178,7 @@ export class ReplicationComponent implements OnInit, OnDestroy {
this.totalCount = parseInt(xHeader, 0);
}
}
this.listReplicationRule.selectedRow = null; // Clear selection
this.listReplicationRule.rules = response.body as ReplicationRule[];
this.listReplicationRule.loading = false;
}, error => {