对话
This commit is contained in:
@@ -356,6 +356,11 @@ 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
|
||||||
|
if(this.typeList[0].ability == 1) {
|
||||||
|
this.getLocation()
|
||||||
|
}else {
|
||||||
|
this.latLng = ''
|
||||||
|
}
|
||||||
// this.getHistoryList()
|
// this.getHistoryList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user