htc před 4 měsíci
rodič
revize
ad82c735f7
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      pagesStorage/checkStorage/add.vue

+ 4 - 4
pagesStorage/checkStorage/add.vue

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