mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-16 06:16:51 +08:00
feat(knowledge): 添加文档拆分和题词配置步骤、调整表格组件,支持单选功能
- 新增文件导入功能,支持手动和自动两种方式 - 添加文档拆分和题词配置步骤 - 优化导入流程,增加状态提示和错误处理 - 调整表格组件,支持单选功能
This commit is contained in:
@@ -140,7 +140,8 @@ export default {
|
||||
if (this.form.beMinerU) {
|
||||
this.$emit('beMinerU', true)
|
||||
}
|
||||
this.documentId = response.content.content.id
|
||||
console.log(response.content.content)
|
||||
this.documentId = response.content.content
|
||||
// 向上导入documentId
|
||||
this.$emit('getDocumentId', this.documentId)
|
||||
// 文件内容
|
||||
|
||||
Reference in New Issue
Block a user