修改字典获取数据条数

master
jinna 10 months ago
parent 252838876f
commit 0f59c0e0b1
  1. 4
      src/views/goodsManagement/goodsList.vue

@ -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()

Loading…
Cancel
Save