搜索中心 国外标准跳转

This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-23 11:20:15 +08:00
parent f391df84ae
commit d942bcf29e
@@ -1751,6 +1751,7 @@ export default {
this.searchSarBykey(); this.searchSarBykey();
}, },
judgeRolePermiOnSar(item, type) { judgeRolePermiOnSar(item, type) {
debugger
let pagetype; let pagetype;
if (type !== 5 && item.type === "msgdyinfo") { if (type !== 5 && item.type === "msgdyinfo") {
if (type === 2) { if (type === 2) {
@@ -1986,6 +1987,7 @@ export default {
}, },
// 查看 查看跳转详情页 // 查看 查看跳转详情页
detailsStandardLaws(item) { detailsStandardLaws(item) {
debugger
let routername = ""; let routername = "";
let pagetype = ""; let pagetype = "";
if (item.type === "stand") { if (item.type === "stand") {
@@ -1993,7 +1995,7 @@ export default {
routername = "OtherStandardDetails"; routername = "OtherStandardDetails";
pagetype = "INLAND_STAND"; pagetype = "INLAND_STAND";
} else { } else {
routername = "OtherForeignDetails"; routername = "OtherStandardDetails";
pagetype = "FOREIGN_STAND"; pagetype = "FOREIGN_STAND";
} }
} else if (item.type === "laws") { } else if (item.type === "laws") {