From bb4fec2ff8842160df29781f1f61995d6e0da8f7 Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 19 Jan 2022 17:17:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/client-detail/basic-information.vue | 4 ++-- pages/client-detail/equipment-information.vue | 3 ++- pages/mall/index.vue | 2 +- pages/trade/index.vue | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/client-detail/basic-information.vue b/pages/client-detail/basic-information.vue index 8a62c02..8421927 100644 --- a/pages/client-detail/basic-information.vue +++ b/pages/client-detail/basic-information.vue @@ -14,7 +14,7 @@ {{info.name}} @@ -38,7 +38,7 @@ - {{ info.locProvinceName }}{{ info.locCityName }} {{ info.locDetail }} + {{ info.locProvinceName }}{{ info.locCityName }}{{info.locDistrictName}}{{info.locStreetName}} {{ info.locDetail }} diff --git a/pages/client-detail/equipment-information.vue b/pages/client-detail/equipment-information.vue index 56b55e6..ddd4afb 100644 --- a/pages/client-detail/equipment-information.vue +++ b/pages/client-detail/equipment-information.vue @@ -131,7 +131,8 @@ export default { asc: '', desc: '', duration: '3', - enterpriseIds: [] + customerEnterpriseId: this.$store.state.supplierInfo.id || null, // 客户企业ID默认为空,传值时网关获取当前用户关联企业id失效、 + // customerEnterpriseId: '651107734133018624', }, pagination: { pageNum: 0, // 初始会执行一次下拉加载 diff --git a/pages/mall/index.vue b/pages/mall/index.vue index de1c005..c01fba0 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -1,6 +1,6 @@