项目评估流程标准详情跳转 51799

This commit is contained in:
宋伟佳
2022-03-15 14:29:55 +08:00
parent df3a62a823
commit 3d8783b873
6 changed files with 6 additions and 6 deletions
@@ -360,7 +360,7 @@ export default {
name: "OtherStandardDetails",
params: {
id: item.key || item.standId,
pageType: "INLAND_STAND"
pageType: item.standType + '_STAND'
}
});
window.open(routeUrl.href, "_blank");
@@ -879,7 +879,7 @@ export default {
name: "OtherStandardDetails",
params: {
id: item.standId,
pageType: "INLAND_STAND"
pageType: item.standType + '_STAND'
}
});
window.open(routeUrl.href, "_blank");
@@ -254,7 +254,7 @@ export default {
name: "OtherStandardDetails",
params: {
id: item.standId,
pageType: "INLAND_STAND"
pageType: item.standType + '_STAND'
}
});
window.open(routeUrl.href, "_blank");
@@ -658,7 +658,7 @@ export default {
name: "OtherStandardDetails",
params: {
id: item.standId,
pageType: "INLAND_STAND"
pageType: item.standType + '_STAND'
}
});
window.open(routeUrl.href, "_blank");
@@ -374,7 +374,7 @@ export default {
name: "OtherStandardDetails",
params: {
id: item.key || item.standId,
pageType: "INLAND_STAND"
pageType: item.standType + '_STAND'
}
});
window.open(routeUrl.href, "_blank");
@@ -371,7 +371,7 @@ export default {
name: "OtherStandardDetails",
params: {
id: item.key || item.standId,
pageType: "INLAND_STAND"
pageType: item.standType + '_STAND'
}
});
window.open(routeUrl.href, "_blank");