Update src/layouts/schedule-page/service-location/service-location.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
afeb5635f5
commit
bf59416cbd
1 changed files with 4 additions and 1 deletions
|
|
@ -414,8 +414,11 @@ export default {
|
|||
return useMainStore().order.serviceLocation.provider;
|
||||
},
|
||||
getCustomValueFromString(str) {
|
||||
if (str === 'isRecalibrationOnOrder') {
|
||||
switch (str) {
|
||||
case 'isRecalibrationOnOrder':
|
||||
return this.isRecalibrationOnOrder;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
},
|
||||
async handleInShopZipUpdated(newZip) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue