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