From 6f5bbe6cb43caf4cdf791d89c4bd05cc642d3d36 Mon Sep 17 00:00:00 2001 From: wanglei Date: Sat, 22 Jun 2024 14:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E9=87=87=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/collection/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue index 16639dc..fe80736 100644 --- a/dangan-ui/src/views/dangan/collection/index.vue +++ b/dangan-ui/src/views/dangan/collection/index.vue @@ -404,7 +404,7 @@ export default { }, /** 查询档案目录下拉树结构 */ getDeptTree() { - listCatalog({status: '0'}).then(response => { + listCatalog().then(response => { // this.dangAnOptions = response.data; this.dangAnOptions = this.handleTree(response.data, "id","pid"); if(this.$route.query.id){