|
@@ -677,8 +677,6 @@
|
|
|
|
|
|
getAction("/qcsb.qyxx/qcQyxx/rwdls").then(res=>{
|
|
|
if(res.code==200){
|
|
|
- console.log("/rwdls", res);
|
|
|
- console.log("/rwdls", this.yhjs);
|
|
|
for (let i = 0; i <res.result1.length; i++) {
|
|
|
this.xfrws=res.result1[0];//下发任务数
|
|
|
this.yxdls=res.result1[1];//有效登录数
|
|
@@ -686,8 +684,6 @@
|
|
|
this.yhjs=res.result1[3];//用戶角色
|
|
|
}
|
|
|
}
|
|
|
- debugger
|
|
|
- console.log("/rwdls", this.yhjs);
|
|
|
if(this.yhjs=='shyh'||this.yhjs=='sjzh'){
|
|
|
|
|
|
this.show=true;
|
|
@@ -699,8 +695,6 @@
|
|
|
|
|
|
getAction("/qcsb.qyxx/qcQyxx/sydw").then(res=>{
|
|
|
if(res.code==200){
|
|
|
- console.log("/sydw", res);
|
|
|
- console.log("/sydw", this.sydwyhjs);
|
|
|
for (let i = 0; i <res.result1.length; i++) {
|
|
|
this.sydwxfrws=res.result1[0];//下发任务数
|
|
|
this.sydwyxdls=res.result1[1];//有效登录数
|
|
@@ -708,7 +702,6 @@
|
|
|
this.sydwwsh=res.result1[3];//未审核数量
|
|
|
this.sydwyhjs=res.result1[4];//用戶角色
|
|
|
}
|
|
|
- console.log("/sydw", this.sydwyhjs);
|
|
|
}
|
|
|
})
|
|
|
|
|
@@ -756,15 +749,12 @@
|
|
|
usercode = store.getters.userInfo.username
|
|
|
getAction("/dqsbs").then(res=>{
|
|
|
if(res.code==200){
|
|
|
- console.log("/dqsbs", res);
|
|
|
- console.log("/dqsbs", this.yhjs);
|
|
|
this.shtgs=res.result1[0]//审核通过数
|
|
|
this.cwth=res.result1[1]//错误退回
|
|
|
this.yhjs=res.result1[3];
|
|
|
if(this.yhjs=="shyh"){
|
|
|
this.showDqsbs=false;
|
|
|
}
|
|
|
- console.log("/dqsbs", this.yhjs);
|
|
|
}
|
|
|
})
|
|
|
},
|