commit
2f6f3cc749
1 changed files with 5 additions and 0 deletions
|
|
@ -580,6 +580,11 @@ export const mutations = {
|
|||
state.applicationUser.pageData = sessionInformation.applicationUser.pageData;
|
||||
state.applicationUser.lastPage = sessionInformation.applicationUser.lastPage;
|
||||
|
||||
if (sessionInformation.applicationUser.savedSessionId) {
|
||||
state.applicationUser.savedSessionId =
|
||||
sessionInformation.applicationUser.savedSessionId;
|
||||
}
|
||||
|
||||
state.order.schedule.date = sessionInformation.order.schedule?.date;
|
||||
state.order.schedule.startTime = sessionInformation.order.schedule?.startTime;
|
||||
state.order.schedule.endTime = sessionInformation.order.schedule?.endTime;
|
||||
|
|
|
|||
Loading…
Reference in a new issue