fix(knowledge): 移除知识条目编辑器中的冗余提示消息

- 删除了文件上传成功后的重复提示信息
- 保持了文件对象的正确处理逻辑
- 优化了用户体验避免不必要的操作反馈
This commit is contained in:
2026-02-01 23:07:32 +08:00
parent d24fea83d8
commit 27e27a09d4

View File

@@ -52,7 +52,6 @@ export default function KnowledgeItemEditor({
originFileObj: file,
},
]);
message.success("文件已就绪,可提交创建条目");
return false;
};