rev:木箱木库测试

This commit is contained in:
2024-02-27 09:06:59 +08:00
parent 621fe7362e
commit cfc21279c4
19 changed files with 184 additions and 77 deletions

View File

@@ -276,8 +276,11 @@ export default {
this.sects = res.content
})
const area_type = '1585164789083148288'
var area_type = '1585164789083148288'
if (this.storId.toString() === '1582991156504039455') {
area_type = '1760910421470089216'
}
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointlist = res
})