leave create submitted order in confirmation.vue
This commit is contained in:
CarlNation 2023-11-10 13:37:29 -05:00
parent 702d03f974
commit 0735f949f1

View file

@ -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);