fix: function name

This commit is contained in:
Methapon Metanipat 2024-10-15 16:13:00 +07:00
parent 29998081d4
commit 8ce8c9a977
3 changed files with 29 additions and 24 deletions

View file

@ -208,7 +208,7 @@ const productServiceList = ref<
>([]);
async function assignToProductServiceList() {
const ret = await productServiceStore.fetchListProductService({
const ret = await productServiceStore.fetchProductGroup({
page: 1,
pageSize: 9999,
});