|
|
@ -583,7 +583,7 @@ export default { |
|
|
|
.catch((error) => console.log(error)); |
|
|
|
}, |
|
|
|
async getServiceItems() { |
|
|
|
this.showCardItem = true; |
|
|
|
this.showCardItem = false; |
|
|
|
await this.$axios |
|
|
|
.get(`trending/api/Onsite/ServiceItems?Lang=${this.$i18n.localeProperties["langQuery"]}&ServiceID=${this.$route.params.id}`) |
|
|
|
.then((response) => { |
|
|
@ -769,7 +769,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if(this.quantitySelectList.length>0){ |
|
|
|
if(this.showCardItem){ |
|
|
|
validators = this.$refs.ref_quantitySelectGroup.validators(); |
|
|
|
if(validators==false){ |
|
|
|
// this.pickupServiceShow = true; |
|
|
|