删除分类关联图片列表加载

This commit is contained in:
禺狨 2023-06-09 15:35:45 +08:00
parent 72b5b1df5c
commit b2d1781113

View File

@ -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)