搜索中心 国外标准跳转

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();
},
judgeRolePermiOnSar(item, type) {
debugger
let pagetype;
if (type !== 5 && item.type === "msgdyinfo") {
if (type === 2) {
@@ -1986,6 +1987,7 @@ export default {
},
// 查看 查看跳转详情页
detailsStandardLaws(item) {
debugger
let routername = "";
let pagetype = "";
if (item.type === "stand") {
@@ -1993,7 +1995,7 @@ export default {
routername = "OtherStandardDetails";
pagetype = "INLAND_STAND";
} else {
routername = "OtherForeignDetails";
routername = "OtherStandardDetails";
pagetype = "FOREIGN_STAND";
}
} else if (item.type === "laws") {