rev:修改

This commit is contained in:
2025-07-17 17:55:27 +08:00
parent b4b9e674cb
commit d58e529521
19 changed files with 190 additions and 40 deletions

View File

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