Browse Source

库存管理 修改请求总数

master
邓宏 2 years ago
parent
commit
968f96b4fe
  1. 2
      pages/stock/mana.vue

2
pages/stock/mana.vue

@ -195,7 +195,7 @@ export default {
})
if(res.statu){
this.list=this.list.concat(res.data.realRecords)
this.total=res.data.total
this.total=res.data.pageRecords.total
this.searchVal.pageNo++
if(this.list.length==this.total)uni.showToast({title:"加载完成!",icon:"none"})
}else{

Loading…
Cancel
Save