Fix: open select instance dialog

This commit is contained in:
Lazy 2023-11-28 14:38:02 +08:00
parent fa8370ee45
commit e2d035e95e

View File

@ -115,8 +115,8 @@ const submit = async () => {
};
onMounted(async () => {
await initInstancesData();
open.value = true;
await initInstancesData();
});
const handleQueryInstance = throttle(async () => {