|
|
@ -84,8 +84,8 @@
|
|
|
|
v-loading="loading"
|
|
|
|
v-loading="loading"
|
|
|
|
row-key="handle"
|
|
|
|
row-key="handle"
|
|
|
|
:data="bomList"
|
|
|
|
:data="bomList"
|
|
|
|
|
|
|
|
accordion
|
|
|
|
@selection-change="handleSelectionChange"
|
|
|
|
@selection-change="handleSelectionChange"
|
|
|
|
default-expand-all
|
|
|
|
|
|
|
|
lazy
|
|
|
|
lazy
|
|
|
|
:load="load"
|
|
|
|
:load="load"
|
|
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
|
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
|
|
@ -445,7 +445,6 @@ export default {
|
|
|
|
/** 查询BOM管理 列表 */
|
|
|
|
/** 查询BOM管理 列表 */
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
|
|
|
|
|
|
|
|
this.queryParams.bomHierarchy = "0";
|
|
|
|
this.queryParams.bomHierarchy = "0";
|
|
|
|
listBom(this.queryParams).then((response) => {
|
|
|
|
listBom(this.queryParams).then((response) => {
|
|
|
|
this.bomList = response.rows;
|
|
|
|
this.bomList = response.rows;
|
|
|
|