项目评估流程标准详情跳转 51799
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user