fixed: 资源分类的数量

This commit is contained in:
none
2023-03-15 15:31:54 +08:00
parent 45321a5918
commit fc90ddf2cc
5 changed files with 13 additions and 4 deletions

View File

@@ -98,6 +98,7 @@ export const UploadImageButton = (props: PropsInterface) => {
<Row gutter={16}>
<Col span={4}>
<TreeCategory
resourceTotal={0}
categoryCount={{}}
text={"图片"}
onUpdate={(keys: any) => setCategoryIds(keys)}