CSR-2262 fix reference issue
This commit is contained in:
CarlNation 2024-10-22 09:43:25 -04:00
parent a327aae438
commit e75411c19c

View file

@ -139,7 +139,7 @@ export default {
vm.forwardButtonAction();
} else {
if (store.getters.externalParameterServiceZip.zipCode) {
await this.dispatchStoreAction(
await baseMixin.methods.dispatchStoreAction(
storeActions.SAVE_SERVICE_ZIP_CODE_INFO,
{
zipCode: store.getters.externalParameterServiceZip.zipCode,