rev:测试修改

This commit is contained in:
2024-02-27 19:42:06 +08:00
parent aca9984d3f
commit 89371b1d5b
14 changed files with 110 additions and 36 deletions

View File

@@ -363,7 +363,11 @@ export default {
this.sects = res.content
})
const area_type = '1585167595403874304'
var area_type = '1585167595403874304'
if (this.storId.toString() === '1582991156504039455') {
area_type = '1760141408548818944'
}
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointList = res
})