|
@@ -270,7 +270,7 @@
|
|
|
}
|
|
|
this.gridList = []
|
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
|
|
|
- compId: '',
|
|
|
+ compId: uni.getStorageSync('pcUserInfo').compId,
|
|
|
personCharge: this.userInfo.phone
|
|
|
}).then(res => {
|
|
|
if (res.data.data) {
|
|
@@ -376,7 +376,7 @@
|
|
|
statusType:this.statusType,
|
|
|
managementType: this.managementType,
|
|
|
warehouseName: this.warehouseName,
|
|
|
- compId: '',
|
|
|
+ compId: uni.getStorageSync('pcUserInfo').compId,
|
|
|
// pcFlag:1
|
|
|
}).then(res => {
|
|
|
uni.hideLoading()
|