修改bug
This commit is contained in:
@@ -1027,7 +1027,7 @@ export default {
|
|||||||
name: "OtherStandardDetails",
|
name: "OtherStandardDetails",
|
||||||
params: {
|
params: {
|
||||||
id: data.id,
|
id: data.id,
|
||||||
pageType: data.standType,
|
pageType: data.standType === 'INLAND' ? 'INLAND_STAND' : data.standType,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
window.open(routeUrl.href, "_blank");
|
window.open(routeUrl.href, "_blank");
|
||||||
|
|||||||
Reference in New Issue
Block a user