From b7fd52fa6e79c0bbafb6b13fb87901e6adf8fc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 19 Apr 2023 14:00:41 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B4=A6=E5=8F=B7=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=88=A0=E9=99=A4=E8=8A=82=E7=82=B9=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AccountChangeSecretDetail/AccountChangeSecretAsset/index.vue | 1 + 1 file changed, 1 insertion(+) 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() } }