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