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