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'
 					}