feat: add full detail query param
This commit is contained in:
parent
e1f5483aeb
commit
caf8ba87a2
2 changed files with 4 additions and 2 deletions
|
|
@ -290,6 +290,7 @@ const useProductServiceStore = defineStore('api-product-service', () => {
|
|||
pageSize?: number;
|
||||
productGroupId?: string;
|
||||
status?: string;
|
||||
fullDetail?: boolean;
|
||||
}) {
|
||||
const params = new URLSearchParams();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue