CSR-1462
leave create submitted order in confirmation.vue
This commit is contained in:
parent
702d03f974
commit
0735f949f1
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ import { get12HourTimeFormat, get12HourTimeMobileFormat } from "@/helpers/date-h
|
|||
export default {
|
||||
name: "confirmation",
|
||||
async beforeRouteEnter(to, from, next) {
|
||||
await baseMixin.methods.dispatchStoreAction(storeActions.CREATE_SUBMITTED_ORDER);
|
||||
|
||||
// Call APIs
|
||||
const cmsContentPromise = fetchCmsContentForPage(to.query.fmgPage);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue