diff --git a/src/layouts/insurance-company/insurance-company.vue b/src/layouts/insurance-company/insurance-company.vue index 9820eec12..a13755ea0 100644 --- a/src/layouts/insurance-company/insurance-company.vue +++ b/src/layouts/insurance-company/insurance-company.vue @@ -75,9 +75,9 @@ export default { // Call the "next" function to complete the transition to this page. next((vm) => { //Reload page if serve from bfcache. - if (performance.getEntriesByType("navigation")[0].type === "back_forward") { + if (performance.getEntriesByType("navigation")[0].type === "back_forward") { vm.handlePageShow(); - } + } vm.setCmsContent(resultMap.cmsContent); vm.originalList = resultMap.insuranceCompanyList; if (store.getters.externalParameterState?.isExternalParameter) {