fix: 知识库update,名字未转换国际化码
This commit is contained in:
@@ -632,7 +632,7 @@
|
||||
uploadRecord () {
|
||||
this.showAddUpdateDialog = true
|
||||
this.updateObject.name = this.updateKnowledge.name
|
||||
this.updateObject.label = this.updateKnowledge.label
|
||||
this.updateObject.label = this.$t(this.updateKnowledge.label)
|
||||
this.updateObject.description = ''
|
||||
},
|
||||
getCurTabData () { // showEnable:true 为psiphon3的知识库,false为其它知识库
|
||||
|
||||
Reference in New Issue
Block a user