case 4321

This commit is contained in:
2022-11-29 01:13:51 +00:00
parent a085ebb441
commit f251a0fb1f

View File

@@ -641,6 +641,7 @@ export default {
const nowUtc = window.$gz.locale.nowUTC8601String();
return {
UserName: window.$gz.store.state.userName,
UserId: window.$gz.store.state.userId,
Authorization: "Bearer " + window.$gz.store.state.apiToken, //api token for using api methods as current user viewing report
DownloadToken: window.$gz.store.state.downloadToken,
TimeZoneName: window.$gz.locale.getResolvedTimeZoneName(),