From 75a462f8ee30491f05d29ccac1b65d31e835957b Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 20 八月 2025 15:57:14 +0800 Subject: [PATCH] 档案管理调整 --- src/views/fileManagement/document/index.vue | 2 +- src/views/fileManagement/return/index.vue | 4 ---- 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/views/fileManagement/document/index.vue b/src/views/fileManagement/document/index.vue index 7a8b27e..7cf352c 100644 --- a/src/views/fileManagement/document/index.vue +++ b/src/views/fileManagement/document/index.vue @@ -862,7 +862,7 @@ // 閫夋嫨鍒嗙被 const handleNodeClick = (val, node, el) => { // 鍒ゆ柇鏄惁涓哄彾瀛愯妭鐐� - isShowButton.value = !(val.children && val.children.length > 0); + isShowButton.value = true; // 鍙湁鍙跺瓙鑺傜偣鎵嶆墽琛屼互涓嬮�昏緫 currentId.value = val.id; currentParentId.value = val.parentId; diff --git a/src/views/fileManagement/return/index.vue b/src/views/fileManagement/return/index.vue index 80724ea..a95c8af 100644 --- a/src/views/fileManagement/return/index.vue +++ b/src/views/fileManagement/return/index.vue @@ -81,10 +81,6 @@ @selection-change="handleSelectionChange" @pagination="handlePagination" /> - - <div v-if="returnList.length === 0" class="empty-data"> - 鏆傛棤鏁版嵁 - </div> </div> <!-- 褰掕繕鏂板/缂栬緫瀵硅瘽妗� --> -- Gitblit v1.9.3