mirror of
https://github.com/PlayEdu/backend
synced 2025-06-18 19:36:58 +08:00
删除分类关联图片列表加载
This commit is contained in:
parent
72b5b1df5c
commit
b2d1781113
@ -90,7 +90,6 @@ const ResourceImagesPage = () => {
|
|||||||
// 获取图片列表
|
// 获取图片列表
|
||||||
const getImageList = () => {
|
const getImageList = () => {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
console.log(category_ids);
|
|
||||||
let categoryIds = category_ids.join(",");
|
let categoryIds = category_ids.join(",");
|
||||||
resource
|
resource
|
||||||
.resourceList(page, size, "", "", "", "IMAGE", categoryIds)
|
.resourceList(page, size, "", "", "", "IMAGE", categoryIds)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user