瀏覽代碼

[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();
 }