This commit is contained in:
liuye
2024-07-23 17:00:49 +08:00
parent 8892201095
commit b7dadf70fd
2 changed files with 41 additions and 1 deletions

View File

@@ -327,6 +327,7 @@ export default {
confirmType(val) {
this.aiConfigId = val[0].value
this.aiConfigName = val[0].label
this.getHistoryList()
},
getAiTypeList() {
this.$instance.post(`/app/appaiconfiginfo/list?status=1`).then(res => {