fix: 知识库update,名字未转换国际化码

This commit is contained in:
hyx
2024-03-21 16:09:46 +08:00
parent 19d50f45c6
commit f9b0361462

View File

@@ -632,7 +632,7 @@
uploadRecord () { uploadRecord () {
this.showAddUpdateDialog = true this.showAddUpdateDialog = true
this.updateObject.name = this.updateKnowledge.name this.updateObject.name = this.updateKnowledge.name
this.updateObject.label = this.updateKnowledge.label this.updateObject.label = this.$t(this.updateKnowledge.label)
this.updateObject.description = '' this.updateObject.description = ''
}, },
getCurTabData () { // showEnable:true 为psiphon3的知识库false为其它知识库 getCurTabData () { // showEnable:true 为psiphon3的知识库false为其它知识库