@ -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 = [];
@ -301,6 +301,7 @@
sellerId:sellerId,
pageNum:this.pageNum,
pageSize:this.pageSize,
this.data1 = [];
IncreaseData.generalizeOfSeller(request,function (data) {
@ -219,6 +219,7 @@
shopId: shopId,