opt:优化点位、区域功能

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-07-18 13:50:36 +08:00
parent 99e078bc96
commit 7eed869848
6 changed files with 59 additions and 79 deletions

View File

@@ -319,7 +319,7 @@ export default {
this.sects = res.content
})
const area_type = 'CKQ'
const area_type = 'SSX'
crudPoint.getPointList({ 'region_code': area_type }).then(res => {
this.pointList = res
})