From d8980e66e3cd9a9461b43df0a4ddb1b1f9c38d54 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Mon, 6 Jan 2025 10:52:46 +0800 Subject: [PATCH] perf: Change secret check_conn_after_change --- .../AccountChangeSecret/AccountChangeSecretCreateUpdate.vue | 2 +- src/views/accounts/AccountPush/AccountPushCreateUpdate.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretCreateUpdate.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretCreateUpdate.vue index be94114e2..838eb48ef 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretCreateUpdate.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretCreateUpdate.vue @@ -43,7 +43,7 @@ export default { [this.$t('Automations'), ['params']], [this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']], [this.$t('Notification'), ['recipients']], - [this.$t('Other'), ['is_active', 'comment']] + [this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']] ], fieldsMeta: { ...getChangeSecretFields(), diff --git a/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue b/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue index 0f144c782..ccd412d46 100644 --- a/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue +++ b/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue @@ -45,7 +45,7 @@ export default { this.$t('Automations'), ['params'] ], [this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']], - [this.$t('Other'), ['is_active', 'comment']] + [this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']] ], fieldsMeta: { ...periodicMeta,