Commit 85929e34 authored by zhangjianqian's avatar zhangjianqian

消息提醒

parent 9e4497a4
......@@ -107,12 +107,14 @@ mounted(){
enterpriseId:this.userType
};
if(this.userType==-2){
params.governmentRead=0
params.governmentRead=0;
params.enterpriseId=null;
}else {
params.companyRead=0
}
console.log(params)
listReceive(params).then(response => {
//console.log("total==",response.total);
console.log("total==",response);
if(response.total!=0){
this.total= response.total;
}else{
......
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