高级检索企标跳转权限限制
This commit is contained in:
@@ -1426,14 +1426,14 @@
|
||||
lawsName: '',
|
||||
lawsEnName: '',
|
||||
lawsNo: '',
|
||||
issueTime: '',
|
||||
// issueTime: '',
|
||||
issueCompany: '',
|
||||
commentCycleStart: '',
|
||||
commentCycleEnd: '',
|
||||
lawsTextState: '',
|
||||
lawsSyqy: '',
|
||||
lawsSycx: '',
|
||||
isRelateAccess: '',
|
||||
// isRelateAccess: '',
|
||||
lawsYear: '',
|
||||
lawsNotisyncNum: '',
|
||||
lawsBulletin: '',
|
||||
@@ -2198,7 +2198,7 @@
|
||||
pagetype = "BUSINESS_STAND ";
|
||||
}
|
||||
// 详情跳到新页
|
||||
if (routername !== "") {
|
||||
if (routername !== "" && routername !== "OtherBussStandardDetails") {
|
||||
let routeUrl = this.$router.resolve({
|
||||
name: routername,
|
||||
params: {
|
||||
@@ -2207,6 +2207,26 @@
|
||||
}
|
||||
});
|
||||
window.open(routeUrl.href, "_blank");
|
||||
}else{
|
||||
this.$http.get('lawss/sarBussionessStand/checkIsShow', {
|
||||
id: item.id,
|
||||
userId: this.$store.getters.userInfo.userId
|
||||
}, {
|
||||
_this: this
|
||||
}, res =>{
|
||||
if(res){
|
||||
let routeUrl = this.$router.resolve({
|
||||
name: routername,
|
||||
params: {
|
||||
id: item.id,
|
||||
pageType: pagetype
|
||||
}
|
||||
});
|
||||
window.open(routeUrl.href, "_blank");
|
||||
}else{
|
||||
this.$message.warning('您暂无权限查看')
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
judgeBussRole(item) {
|
||||
|
||||
Reference in New Issue
Block a user