fix: 知识库导入入参修改

This commit is contained in:
刘洪洪
2023-09-20 11:30:05 +08:00
parent eb6a1c56c2
commit 354fc2665b

View File

@@ -431,7 +431,7 @@ export default {
uploadParams () {
return {
knowledgeId: this.updateKnowledge.knowledgeId,
action: 'update',
action: 'overwrite',
description: this.updateObject.description
}
}