Commit e0aa06d6 authored by zhangyanni's avatar zhangyanni

去掉empType

评选分页改为10条每页
parent f76daa20
......@@ -87,8 +87,7 @@
},
handleIndex() {
if (this.userInfo.empType == 0) this.$router.push("/totceldata");
else this.$router.push("/bigBusiness/add");
},
//初始化获取个人认证信息
......@@ -111,7 +110,7 @@
this.getInitData();
const empinfo = JSON.parse(this.Base64.decode(this.publicFun.getCookie("userInfo")));
//empType 0 小b 1 大b 2 内部用户
if(empinfo.empType != 2){
if(this.publicFun.getUserDetailRoleFunc()==1){
this.empTypeIf = true;
}else{
this.empTypeIf = false;
......
......@@ -150,7 +150,7 @@
userInfo:this.publicFun.getCookie("userInfo") ? JSON.parse(this.Base64.decode(this.publicFun.getCookie("userInfo"))) : null,
tableData:[],
page:1,
pageSize:5,
pageSize:10,
totalPage:1,
allLoaded:false,
currentData:null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment