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 = [];