From 7a20c8e66a4002edc2b3a85dc4a492cae3ae9d0d Mon Sep 17 00:00:00 2001 From: A0010407 Date: Fri, 12 Jan 2024 14:46:46 +0800 Subject: [PATCH] =?UTF-8?q?2024-1-12-1=20=E5=9F=BA=E7=A1=80=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-bom=E7=BB=93=E6=9E=84=E6=9B=B4=E6=94=B9=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/bom/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/wms/bom/index.vue b/src/views/wms/bom/index.vue index f366da2..fa514a8 100644 --- a/src/views/wms/bom/index.vue +++ b/src/views/wms/bom/index.vue @@ -84,8 +84,8 @@ v-loading="loading" row-key="handle" :data="bomList" + accordion @selection-change="handleSelectionChange" - default-expand-all lazy :load="load" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" @@ -445,7 +445,6 @@ export default { /** 查询BOM管理 列表 */ getList() { this.loading = true; - this.queryParams.bomHierarchy = "0"; listBom(this.queryParams).then((response) => { this.bomList = response.rows;