fix: 知识库导入入参修改
This commit is contained in:
@@ -431,7 +431,7 @@ export default {
|
|||||||
uploadParams () {
|
uploadParams () {
|
||||||
return {
|
return {
|
||||||
knowledgeId: this.updateKnowledge.knowledgeId,
|
knowledgeId: this.updateKnowledge.knowledgeId,
|
||||||
action: 'update',
|
action: 'overwrite',
|
||||||
description: this.updateObject.description
|
description: this.updateObject.description
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user