diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue index 192c3f3a5..f2c5ffc12 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue @@ -457,7 +457,7 @@ export default { let routeUrl = this.$router.resolve({ name: 'OtherStandardDetails', params: { - id: item.id, + id: item.standId, pageType: 'INLAND_STAND' // pageType: item.standType + '_STAND' }