资源分类

This commit is contained in:
禺狨
2023-03-08 17:59:59 +08:00
parent c70379c25e
commit 8cde51d53b
16 changed files with 568 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ export const CreateResourceCategory = (props: PropInterface) => {
return;
}
resourceCategory
.storeResourceCategory(props.type, name, 0)
.storeResourceCategory(name, 0, 0)
.then(() => {
setName("");
message.success("分类添加成功");