空数组
This commit is contained in:
@@ -327,8 +327,7 @@ export default {
|
|||||||
confirmType(val) {
|
confirmType(val) {
|
||||||
this.aiConfigId = val[0].value
|
this.aiConfigId = val[0].value
|
||||||
this.aiConfigName = val[0].label
|
this.aiConfigName = val[0].label
|
||||||
this.current = 1
|
this.messageList = []
|
||||||
this.getHistoryList()
|
|
||||||
},
|
},
|
||||||
getAiTypeList() {
|
getAiTypeList() {
|
||||||
this.$instance.post(`/app/appaiconfiginfo/list?status=1`).then(res => {
|
this.$instance.post(`/app/appaiconfiginfo/list?status=1`).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user