gjy 3 년 전
부모
커밋
9baa1e8f0a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      pages/user/depotAcquisition/depotAcquisition.vue

+ 1 - 2
pages/user/depotAcquisition/depotAcquisition.vue

@@ -131,13 +131,12 @@
 					searchKeyWord: this.searchKeyWord,
 					city: this.currentCityName,
 					compId: uni.getStorageSync('pcUserInfo').compId,
-					warehouseName:'',
 					loginPhone:uni.getStorageSync("userInfo").phone,
 					
 				}).then(res => {
 					if (res.data.code == "200") {
 						if (this.currentCityName == '') this.currentCityName = '全国'
-						this.dataList = res.data.data.records
+						this.dataList = res.data.data
 						this.isLoadMore = true
 						this.loadStatus = 'nomore'
 					}