From 354fc2665b55c895a613efdd9d4a7229a880e9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Wed, 20 Sep 2023 11:30:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=A5=E8=AF=86=E5=BA=93=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=85=A5=E5=8F=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/setting/knowledgeBaseTableForCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/setting/knowledgeBaseTableForCard.vue b/src/components/table/setting/knowledgeBaseTableForCard.vue index 8b2cb321..8460969d 100644 --- a/src/components/table/setting/knowledgeBaseTableForCard.vue +++ b/src/components/table/setting/knowledgeBaseTableForCard.vue @@ -431,7 +431,7 @@ export default { uploadParams () { return { knowledgeId: this.updateKnowledge.knowledgeId, - action: 'update', + action: 'overwrite', description: this.updateObject.description } }