diff --git a/src/views/system/articleClassify/index.vue b/src/views/system/articleClassify/index.vue index 8ce70a5..7214e0c 100644 --- a/src/views/system/articleClassify/index.vue +++ b/src/views/system/articleClassify/index.vue @@ -264,8 +264,10 @@ export default { /** 查询分类列表 */ getList() { this.loading = true; - listDept2({status: '0',pageNum:1,pageSize:999 }).then(response => { + listDept(this.queryParams).then(response => { + console.log("response======",response.data) this.deptList = this.handleTree(response.data, "classifyId"); + console.log("deptList======",this.deptList) this.loading = false; }); }, diff --git a/src/views/system/hardwareVersion/index.vue b/src/views/system/hardwareVersion/index.vue index bff96fd..1c7831e 100644 --- a/src/views/system/hardwareVersion/index.vue +++ b/src/views/system/hardwareVersion/index.vue @@ -69,16 +69,27 @@ - + + :tree-props="{children: 'children', hasChildren: 'hasChildren'}"> - - + + + + + +