This commit is contained in:
2023-06-15 14:20:20 +08:00
36 changed files with 534 additions and 111 deletions

View File

@@ -320,7 +320,7 @@ export default {
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
this.sects = res.content
})
const area_type = 'A1_RK01'
const area_type = 'A1_CPRK01'
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointlist = res
})

View File

@@ -301,7 +301,7 @@ export default {
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
this.sects = res.content
})
const area_type = 'A1_RK01'
const area_type = 'A1_FH01'
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointList = res
})