From 1b47e8dd6323313465ff98c28a95ead10fcbaf22 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:34:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20Pr=20=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E4=BB=A3=E7=A0=81=E5=86=B2=E7=AA=81=20(#3949?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/detail/params/index.vue | 2 +- frontend/src/views/app-store/installed/detail/index.vue | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/app-store/detail/params/index.vue b/frontend/src/views/app-store/detail/params/index.vue index 2b6e8ae1a..10e85339c 100644 --- a/frontend/src/views/app-store/detail/params/index.vue +++ b/frontend/src/views/app-store/detail/params/index.vue @@ -42,7 +42,7 @@ {{ $t('app.toInstall') }} - + - + { type: d.type, values: d.values, showValue: d.showValue, + multiple: d.multiple, }); rules.params[d.key] = [Rules.requiredInput]; if (d.rule) {