소스 검색

[dev] post edit publish

wenliming 2 년 전
부모
커밋
f323bafd34
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/view/iframe/publish/publish.vue

+ 1 - 0
src/view/iframe/publish/publish.vue

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