0
1
Fork 0

return from getOrder if basketOrderId is undefined

This commit is contained in:
William Buezas 2024-09-24 17:16:10 -03:00
parent 0f5014088d
commit d8ec175328
1 changed files with 1 additions and 0 deletions

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