gjy vor 3 Jahren
Ursprung
Commit
9baa1e8f0a
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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'
 					}