Commit bf779627 authored by anxixi's avatar anxixi

运营指标验收等功能

parent 114a65c5
......@@ -201,9 +201,22 @@
});
},
handdetail(val){
this.search.cur_page = this.cur_page;
this.publicFun.setUserInfoCookie("projectSearch",JSON.stringify(this.search))
this.$router.push({path:"/auditinside",query:{projectId:val.projectId,state:val.authenticationState,type:true,}});
if(val.userAuthState != 2){
this.$confirm('请先进行个人认证审核', {
cancelButtonText: this.$t('releasejson.cancel'),
confirmButtonText: this.$t('operationjson.determine'),
type: '',
customClass: 'deleteConfirm'
}).then(() => {
}).catch(() => {
});
}else{
this.search.cur_page = this.cur_page;
this.publicFun.setUserInfoCookie("projectSearch",JSON.stringify(this.search))
this.$router.push({path:"/auditinside",query:{projectId:val.projectId,state:val.authenticationState,type:true,}});
}
},
//条件查询
searchCik(){
......
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