@@ -86,10 +86,10 @@
this.checkDto.warehouseName = option.warehouseName;
this.getGoodList();
},
- onReachBottom() {
- if(this.isOver) return
- this.getGoodList();
- },
+ // onReachBottom() {
+ // if(this.isOver) return
+ // this.getGoodList();
+ // },
methods:{
getGoodList(){
this.$api.get('/wms/inventory/boardList/item/?warehouseId='+this.checkDto.warehouseId+'&page='+this.page+'&limit=-1').then(res=>{