This commit is contained in:
2021-08-05 20:16:27 +00:00
parent 8f0fe74b0b
commit 181a002f17
3 changed files with 9 additions and 11 deletions

View File

@@ -2180,7 +2180,10 @@ async function populateSelectionLists(vm) {
);
await window.$gz.enums.fetchEnumList("PMTimeUnit"); //prefetch
vm.selectLists.pmTimeUnits = window.$gz.enums.getSelectionList("PMTimeUnit");
vm.selectLists.pmTimeUnits = window.$gz.enums.getSelectionList(
"PMTimeUnit",
true
);
await window.$gz.enums.fetchEnumList("LoanUnitRateUnit"); //prefetch
vm.selectLists.loanUnitRateUnits = window.$gz.enums.getSelectionList(