2024-1-12-1 基础信息-bom结构更改 3

master
A0010407 8 months ago
parent de47aa371c
commit 7a20c8e66a

@ -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;

Loading…
Cancel
Save