|
@@ -555,7 +555,8 @@ export default {
|
|
|
if(this.receiverId==this.user.userVO.id){roleid=2;}
|
|
|
|
|
|
// console.log(roleid,'roleid')
|
|
|
- let goUrl='http://101.132.74.9:1106/hjc2?project_code='+this.projectId+'&user_id'+this.user.userVO.id+'&role_id='+roleid;
|
|
|
+ let goUrl='http://101.132.74.9:1106/hjc2?project_code='+this.projectId+'&user_id='+this.user.userVO.id+'&role_id='+roleid;
|
|
|
+ console.log(goUrl)
|
|
|
window.open(goUrl, '_blank');
|
|
|
},
|
|
|
//切换至可编辑页面
|