From 082ecb15f7f791e2bfef854cc7c9aea4b534c874 Mon Sep 17 00:00:00 2001 From: w940853815 <940853815@qq.com> Date: Tue, 18 Mar 2025 18:01:27 +0800 Subject: [PATCH] fix: add change_password_add to discover confirm handler --- .../Table/TableFormatters/DiscoverConfirmFormatter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue b/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue index a8c4822ba..ce3806be4 100644 --- a/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue +++ b/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue @@ -97,7 +97,7 @@ export default { } this.processing = true this.$axios.post(`/api/v1/accounts/account-risks/handle/`, data).then(() => { - if (cmd === 'add_account') { + if (cmd === 'add_account' || cmd === 'change_password_add') { this.row.present = true } if (cmd === 'ignore') {