From b6758ff92d8880acc8487d33c17baed303e626a5 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:47:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=89=E8=A3=85=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=A1=AB=E5=86=99=E5=90=8D=E7=A7=B0=20(#1238?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/apps/index.vue | 8 +------- frontend/src/views/app-store/detail/install/index.vue | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/app-store/apps/index.vue b/frontend/src/views/app-store/apps/index.vue index 60b5ebd91..4ba86cec2 100644 --- a/frontend/src/views/app-store/apps/index.vue +++ b/frontend/src/views/app-store/apps/index.vue @@ -107,7 +107,7 @@ diff --git a/frontend/src/views/app-store/detail/install/index.vue b/frontend/src/views/app-store/detail/install/index.vue index 8ecf6b580..a41c9ae37 100644 --- a/frontend/src/views/app-store/detail/install/index.vue +++ b/frontend/src/views/app-store/detail/install/index.vue @@ -174,6 +174,7 @@ const resetForm = () => { const acceptParams = (props: InstallRrops): void => { installData.value = props; resetForm(); + req.name = props.app.key; open.value = true; };