This commit is contained in:
@@ -389,6 +389,7 @@ export default {
|
||||
records: [],
|
||||
rowsPerPageItems: [5, 10, 25, 50, 100],
|
||||
selected: [],
|
||||
timeZoneName: null,
|
||||
formState: {
|
||||
ready: false,
|
||||
dirty: false,
|
||||
@@ -724,7 +725,9 @@ export default {
|
||||
dataListKey: vm.dataListKey,
|
||||
listView: untokenizedListView,
|
||||
clientCriteria: vm.clientCriteria,
|
||||
clientTimeStamp: window.$gz.locale.clientLocalZoneTimeStamp()
|
||||
clientTimeStamp: window.$gz.locale.clientLocalZoneTimeStamp(
|
||||
vm.timeZoneName
|
||||
)
|
||||
});
|
||||
|
||||
if (res.error) {
|
||||
@@ -1051,6 +1054,7 @@ async function fetchEnums(columnData) {
|
||||
//
|
||||
//
|
||||
async function initForm(vm) {
|
||||
vm.timeZoneName = window.$gz.locale.getResolvedTimeZoneName();
|
||||
await populateSelectionLists(vm);
|
||||
await loadFormSettings(vm);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user