Browse Source

fix: 文件审阅关闭没反应问题修复

johnsen 10 months ago
parent
commit
23949641cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/infosManage/fileIE.vue

+ 1 - 1
src/views/infosManage/fileIE.vue

@@ -58,7 +58,7 @@
       v-if="dialogVisible"
       :visible="dialogVisible"
       :file-infos="fileHisList"
-      @close="(visible) => (dialogVisible = visible)"
+      @colseVisible="(visible) => (dialogVisible = visible)"
     />
     <update-file
       v-if="fileUpDialogVisible"