From 2e35dd7da55cfaeb1ca191ea649c0e67ba5f2212 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 18 Sep 2023 00:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/resource/select-resource.vue | 3 +++ components/resource/view-resource-store-info-allocation.vue | 2 +- pages/resource/allocationStorehouseApply.vue | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/resource/select-resource.vue b/components/resource/select-resource.vue index 02947be..99dc74b 100644 --- a/components/resource/select-resource.vue +++ b/components/resource/select-resource.vue @@ -160,6 +160,9 @@ resCode: this.resCode, isShow: true }; + if(_data.shId){ + _data.communityId = ''; + } queryResourceStoreList(this, _data) .then(function(res) { _that.onoff = true; diff --git a/components/resource/view-resource-store-info-allocation.vue b/components/resource/view-resource-store-info-allocation.vue index 5a870b8..2f4d1ba 100644 --- a/components/resource/view-resource-store-info-allocation.vue +++ b/components/resource/view-resource-store-info-allocation.vue @@ -102,7 +102,7 @@ let _data = { page: 1, row: 100, - communityId: getCurrentCommunity().communityId, + //communityId: getCurrentCommunity().communityId, isShow: true }; listStoreHouses(this, _data) diff --git a/pages/resource/allocationStorehouseApply.vue b/pages/resource/allocationStorehouseApply.vue index d74b6b0..648ea26 100644 --- a/pages/resource/allocationStorehouseApply.vue +++ b/pages/resource/allocationStorehouseApply.vue @@ -175,7 +175,7 @@ let param = { page: 1, row: 100, - communityId: this.getCommunityId(), + //communityId: this.getCommunityId(), }; listStoreHouses(this, param).then(_data => { _that.storehouses = _data.data;