mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 15:09:45 +08:00
资源分类
This commit is contained in:
@@ -18,7 +18,7 @@ export const CreateResourceCategory = (props: PropInterface) => {
|
||||
return;
|
||||
}
|
||||
resourceCategory
|
||||
.storeResourceCategory(props.type, name, 0)
|
||||
.storeResourceCategory(name, 0, 0)
|
||||
.then(() => {
|
||||
setName("");
|
||||
message.success("分类添加成功");
|
||||
|
||||
Reference in New Issue
Block a user