mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-29 05:49:07 +08:00
fix: 网站,创建网站,分组默认值显示不正确
This commit is contained in:
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…
Reference in New Issue
Block a user