|
|
|
|
@ -593,12 +593,12 @@ export default { |
|
|
|
|
nextTick(() => { |
|
|
|
|
this.getWareList() |
|
|
|
|
// this.option.menuWidth = this.permission.goodsReceive ? 100 : 300 |
|
|
|
|
getChildList(1, 100, '1848271307123818498').then(res => { |
|
|
|
|
getChildList(1, 99999, '1848271307123818498').then(res => { |
|
|
|
|
this.treeData = res.data.data |
|
|
|
|
this.treeOptions = res.data.data |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
getChildList(1, 100, '1848278876525527042').then(res => { |
|
|
|
|
getChildList(1, 99999, '1848278876525527042').then(res => { |
|
|
|
|
this.majorTypeList = res.data.data |
|
|
|
|
}) |
|
|
|
|
this.getGoodsLists() |
|
|
|
|
|