From 9cce9a6fc634ea713d81e3ec975cb686b825a1fb Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Wed, 21 Aug 2024 16:38:07 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=A1=AC=E4=BB=B6=E7=89=88=E6=9C=AC=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=89=B9=E6=AC=A1=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/articleClassify/index.vue | 4 +- src/views/system/hardwareVersion/index.vue | 45 +++++++++++++++++++--- 2 files changed, 43 insertions(+), 6 deletions(-) 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'}"> - - + + + + + +