From 8a7865751998858d3dc2aec6433d32df341a8ba2 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Sun, 4 Dec 2022 18:19:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E7=AB=99=EF=BC=8C=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=BD=91=E7=AB=99=EF=BC=8C=E5=88=86=E7=BB=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/website/website/create/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/website/website/create/index.vue b/frontend/src/views/website/website/create/index.vue index 82b5f211b..6d22dec2d 100644 --- a/frontend/src/views/website/website/create/index.vue +++ b/frontend/src/views/website/website/create/index.vue @@ -231,6 +231,7 @@ const acceptParams = async () => { await ListGroups().then((res) => { groups.value = res.data; + website.value.webSiteGroupId = res.data[0].id; open.value = true; }); searchAppInstalled();