空数据

This commit is contained in:
liuye
2024-07-23 17:50:49 +08:00
parent 2daa6a6e15
commit 989e1dbd92

View File

@@ -340,7 +340,7 @@ export default {
this.typeList = res.data.records this.typeList = res.data.records
this.aiConfigId = this.typeList[0].dictValue this.aiConfigId = this.typeList[0].dictValue
this.aiConfigName = this.typeList[0].dictName this.aiConfigName = this.typeList[0].dictName
this.getHistoryList() // this.getHistoryList()
} }
}) })
} }