From 6ac31b05e5e3108d71e9f2c6c2d297087cfc3ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 20 Dec 2023 19:37:03 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20window=E8=B5=84=E4=BA=A7=E5=AF=86?= =?UTF-8?q?=E6=96=87=E7=B1=BB=E5=9E=8B=E4=B8=8D=E6=98=AF=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E8=83=BD=E8=AE=BE=E7=BD=AE=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Apps/AccountCreateUpdateForm/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Apps/AccountCreateUpdateForm/index.vue b/src/components/Apps/AccountCreateUpdateForm/index.vue index f8d24171b..d0393e0c0 100644 --- a/src/components/Apps/AccountCreateUpdateForm/index.vue +++ b/src/components/Apps/AccountCreateUpdateForm/index.vue @@ -234,6 +234,7 @@ export default { return !formValue.push_now || !automation.push_account_enabled || !automation.ansible_enabled || + (formValue.secret_type === 'ssh_key' && this.iPlatform.type.value === 'windows') || !this.$hasPerm('accounts.push_account') || this.addTemplate }