fix: function name
This commit is contained in:
parent
29998081d4
commit
8ce8c9a977
3 changed files with 29 additions and 24 deletions
|
|
@ -208,7 +208,7 @@ const productServiceList = ref<
|
|||
>([]);
|
||||
|
||||
async function assignToProductServiceList() {
|
||||
const ret = await productServiceStore.fetchListProductService({
|
||||
const ret = await productServiceStore.fetchProductGroup({
|
||||
page: 1,
|
||||
pageSize: 9999,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue