权限控制

master
Caps 6 years ago
parent 92bbae99d0
commit cdec3f4149

@ -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,
userId:JSON.parse(sessionStorage.getItem("loginInfo")).userId
};
this.data1 = [];
IncreaseData.generalizeOfSeller(request,function (data) {

@ -219,6 +219,7 @@
shopId: shopId,
pageNum: this.pageNum,
pageSize: this.pageSize,
userId:JSON.parse(sessionStorage.getItem("loginInfo")).userId
};
let that = this;
that.data1 = [];

Loading…
Cancel
Save