@@ -39,6 +39,7 @@ const hideIframe = () => {
};
const hideSelectDialog = () => {
+ selectVisible.value = false;
close();
}