fix: 网站,创建网站,分组默认值显示不正确

This commit is contained in:
zhengkunwang223 2022-12-04 18:19:29 +08:00 committed by zhengkunwang223
parent 880ac3ec55
commit 8a78657519

View File

@ -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();