mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 19:06:49 +08:00
feat(knowledge): 新增知识库上传预览功能
- 添加上传至知识库前的预览页面 - 实现分段设置和预处理规则配置 -增加文档详情和预估块数展示 - 优化预览界面样式,添加面包屑导航- 新增保存并处理功能,支持不同上传模式
This commit is contained in:
@@ -199,7 +199,6 @@ export default {
|
||||
},
|
||||
created() {},
|
||||
mounted() {
|
||||
console.log(123123)
|
||||
let { documentId, datasetId, activeLevel, isMd } = this.$route.query
|
||||
if (documentId) {
|
||||
this.documentId = documentId
|
||||
@@ -217,7 +216,6 @@ export default {
|
||||
case 1:
|
||||
setTimeout(() => {
|
||||
if (isMd) {
|
||||
console.log(this.$refs.splitConfig)
|
||||
this.$refs.splitConfig.previewOperation(documentId)
|
||||
}
|
||||
}, 1000)
|
||||
|
||||
Reference in New Issue
Block a user