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

pull/62/head
zhengkunwang223 2 years ago committed by zhengkunwang223
parent 880ac3ec55
commit 8a78657519

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

Loading…
Cancel
Save