|
@@ -101,7 +101,7 @@
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: '正在加载'
|
|
title: '正在加载'
|
|
})
|
|
})
|
|
- this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
|
|
|
|
|
|
+ this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
|
|
compId: uni.getStorageSync('pcUserInfo').compId,
|
|
compId: uni.getStorageSync('pcUserInfo').compId,
|
|
}).then(res => {
|
|
}).then(res => {
|
|
this.warehouseList=res.data.data
|
|
this.warehouseList=res.data.data
|