空数组

This commit is contained in:
liuye
2024-07-23 17:31:43 +08:00
parent 9bba55fde2
commit e284353fb3

View File

@@ -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 => {