Catalog view #87

Merged
jsegarra merged 14 commits from wbuezas/hedera-web-mindshore:feature/Catalog into 4922-vueMigration 2024-10-01 19:27:15 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d8ec175328 - Show all commits

View File

@ -574,6 +574,7 @@ const debouncedGetFilters = debounce(getFilters, 400);
const getOrder = async () => {
try {
if (!basketOrderId.value) return;
const [data] = await jApi.query(
`SELECT o.id, o.sent, ad.nickname, o.addressFk, o.agencyModeFk
FROM myOrder o