This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user