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){