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