mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 11:26:50 +08:00
2025-5-20 / 修复 - 多文件上传
继续处理无法点击下一步问题
This commit is contained in:
@@ -246,10 +246,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {},
|
created() {},
|
||||||
mounted() {
|
async mounted() {
|
||||||
let { documentId, datasetId, activeLevel, isMd } = this.$route.query
|
let { documentId, datasetId, activeLevel, isMd } = this.$route.query
|
||||||
if (documentId) {
|
if (documentId) {
|
||||||
|
// 继续处理时 调用接口查询文件信息
|
||||||
this.documentId = documentId
|
this.documentId = documentId
|
||||||
|
await this.getDocumentId(documentId)
|
||||||
}
|
}
|
||||||
if (activeLevel !== undefined) {
|
if (activeLevel !== undefined) {
|
||||||
this.active = Number(activeLevel)
|
this.active = Number(activeLevel)
|
||||||
|
|||||||
Reference in New Issue
Block a user