|
@@ -278,7 +278,7 @@ export default {
|
|
}
|
|
}
|
|
this.currentConversation = obj
|
|
this.currentConversation = obj
|
|
this.chat_id = obj.conversationId
|
|
this.chat_id = obj.conversationId
|
|
- this.$set(this.inputs,'tec_file',obj.systemFile)
|
|
|
|
|
|
+ this.$set(this.inputs,'tec_file',obj.systemFile || {})
|
|
this.confession = obj.assoSystemFile || {}
|
|
this.confession = obj.assoSystemFile || {}
|
|
this.getOption()
|
|
this.getOption()
|
|
let content = obj.content
|
|
let content = obj.content
|