htc 4 달 전
부모
커밋
ad82c735f7
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      pagesStorage/checkStorage/add.vue

+ 4 - 4
pagesStorage/checkStorage/add.vue

@@ -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=>{