mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-12 11:30:07 +08:00
fix: 网站,创建网站,分组默认值显示不正确
This commit is contained in:
parent
880ac3ec55
commit
8a78657519
@ -231,6 +231,7 @@ const acceptParams = async () => {
|
|||||||
|
|
||||||
await ListGroups().then((res) => {
|
await ListGroups().then((res) => {
|
||||||
groups.value = res.data;
|
groups.value = res.data;
|
||||||
|
website.value.webSiteGroupId = res.data[0].id;
|
||||||
open.value = true;
|
open.value = true;
|
||||||
});
|
});
|
||||||
searchAppInstalled();
|
searchAppInstalled();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user