fix:article get
This commit is contained in:
parent
75e6981df0
commit
d241e3fce6
|
|
@ -76,7 +76,6 @@ export async function getListArticleAdminPage(props: PaginationRequest) {
|
||||||
}&category=${categorySlug || ""}&isBanner=${isBanner || ""}&categoryIds=${
|
}&category=${categorySlug || ""}&isBanner=${isBanner || ""}&categoryIds=${
|
||||||
categoryIds || ""
|
categoryIds || ""
|
||||||
}&createdByIds=${createdByIds || ""}`,
|
}&createdByIds=${createdByIds || ""}`,
|
||||||
headers,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue