CSR-1115
This commit is contained in:
parent
7f634c4db8
commit
76136bc311
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ export const mutations = {
|
||||||
|
|
||||||
if (serviceLocationInfo.provider) {
|
if (serviceLocationInfo.provider) {
|
||||||
state.order.serviceLocation.provider.providerNumber =
|
state.order.serviceLocation.provider.providerNumber =
|
||||||
serviceLocationInfo.provider?.providerNumber;
|
serviceLocationInfo.provider.providerNumber;
|
||||||
state.order.serviceLocation.provider.address = serviceLocationInfo.provider?.address;
|
state.order.serviceLocation.provider.address = serviceLocationInfo.provider?.address;
|
||||||
state.order.serviceLocation.provider.city = serviceLocationInfo.provider?.city;
|
state.order.serviceLocation.provider.city = serviceLocationInfo.provider?.city;
|
||||||
state.order.serviceLocation.provider.state = serviceLocationInfo.provider?.state;
|
state.order.serviceLocation.provider.state = serviceLocationInfo.provider?.state;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue