diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretAsset/index.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretAsset/index.vue index 7c0594d9b..3cdb886ed 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretAsset/index.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretAsset/index.vue @@ -143,6 +143,7 @@ export default { that.select2.disabledValues.splice(i, 1) } this.$message.success(this.$tc('common.deleteSuccessMsg')) + window.location.reload() this.$refs.listTable.reloadTable() } }