This commit is contained in:
2021-06-07 18:17:06 +00:00
parent aa11b826a1
commit cb781891ae
3 changed files with 5 additions and 41 deletions

View File

@@ -116,7 +116,7 @@ export default {
vm.searchAType = vm.$route.params.ayatype;
}
//get form settings from session cache, if same type as in route then re-use teh last search stuff
//get form settings from session cache, if same type as in route then re-use the last search stuff
//however if different than need to clear it (or not rehydrate it)
let savedSettings = window.$gz.form.getFormSettings(FORM_KEY);