对话
This commit is contained in:
@@ -315,6 +315,7 @@ export default {
|
||||
confirmType(val) {
|
||||
this.aiConfigId = val[0].value
|
||||
this.aiConfigName = val[0].label
|
||||
this.messageList = []
|
||||
},
|
||||
getAiTypeList() {
|
||||
this.$http.post(`/app/appaiconfiginfo/list?status=1`).then(res => {
|
||||
@@ -326,7 +327,7 @@ export default {
|
||||
this.typeList = res.data.records
|
||||
this.aiConfigId = this.typeList[0].dictValue
|
||||
this.aiConfigName = this.typeList[0].dictName
|
||||
this.getHistoryList()
|
||||
// this.getHistoryList()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user