CSR-2066
formatting
This commit is contained in:
parent
d1e372b1f3
commit
d6448c63c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue