show loading icon (#7715)

This commit is contained in:
wujun 2022-12-17 03:18:31 +08:00 committed by GitHub
parent 2181f3fdd9
commit eb2fccdc86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -201,8 +201,8 @@ export default class HciCluster extends ProvCluster {
return res;
}
goToCluster() {
this.loadClusterPlugin()
async goToCluster() {
await this.loadClusterPlugin()
.then(() => {
this.currentRouter().push({
name: `${ VIRTUAL }-c-cluster-resource`,