feat: add full detail query param

This commit is contained in:
Methapon Metanipat 2024-09-18 17:49:16 +07:00
parent e1f5483aeb
commit caf8ba87a2
2 changed files with 4 additions and 2 deletions

View file

@ -290,6 +290,7 @@ const useProductServiceStore = defineStore('api-product-service', () => {
pageSize?: number;
productGroupId?: string;
status?: string;
fullDetail?: boolean;
}) {
const params = new URLSearchParams();