From cdec3f4149fccf5921a2ca7a25eaea43b074e544 Mon Sep 17 00:00:00 2001 From: Caps <452713115@qq.com> Date: Sun, 26 Apr 2020 17:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseDataCompany.vue | 3 ++- src/pages/shop/IncreaseDataStaff.vue | 1 + src/pages/shop/IncreaseDataStore.vue | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/shop/IncreaseDataCompany.vue b/src/pages/shop/IncreaseDataCompany.vue index faff981..034fe0c 100644 --- a/src/pages/shop/IncreaseDataCompany.vue +++ b/src/pages/shop/IncreaseDataCompany.vue @@ -192,7 +192,8 @@ endTime: this.selectDate[1], orgId: orgId, pageNum: this.pageNum, - pageSize: this.pageSize + pageSize: this.pageSize, + userId:JSON.parse(sessionStorage.getItem("loginInfo")).userId }; let that = this; that.data1 = []; diff --git a/src/pages/shop/IncreaseDataStaff.vue b/src/pages/shop/IncreaseDataStaff.vue index e7cc591..550ae28 100644 --- a/src/pages/shop/IncreaseDataStaff.vue +++ b/src/pages/shop/IncreaseDataStaff.vue @@ -301,6 +301,7 @@ sellerId:sellerId, pageNum:this.pageNum, pageSize:this.pageSize, + userId:JSON.parse(sessionStorage.getItem("loginInfo")).userId }; this.data1 = []; IncreaseData.generalizeOfSeller(request,function (data) { diff --git a/src/pages/shop/IncreaseDataStore.vue b/src/pages/shop/IncreaseDataStore.vue index c8f33b3..1ce802b 100644 --- a/src/pages/shop/IncreaseDataStore.vue +++ b/src/pages/shop/IncreaseDataStore.vue @@ -219,6 +219,7 @@ shopId: shopId, pageNum: this.pageNum, pageSize: this.pageSize, + userId:JSON.parse(sessionStorage.getItem("loginInfo")).userId }; let that = this; that.data1 = [];