This commit is contained in:
liuye
2024-08-06 16:10:35 +08:00
parent a70fd383ff
commit e7649cb79d

View File

@@ -356,6 +356,11 @@ export default {
this.typeList = res.data.records
this.aiConfigId = this.typeList[0].dictValue
this.aiConfigName = this.typeList[0].dictName
if(this.typeList[0].ability == 1) {
this.getLocation()
}else {
this.latLng = ''
}
// this.getHistoryList()
}
})