opt:印尼调试代码优化

This commit is contained in:
2026-07-11 14:55:30 +07:00
parent e5037fd3e8
commit 57758164d4
35 changed files with 623 additions and 317 deletions

View File

@@ -291,6 +291,9 @@ export default {
parent_class_code: 'vehicle_type'
}
crudClassstandard.getClassType(param).then(res => {
console.log(res)
console.log(res)
console.log(res)
const data = res.content
this.buildTree(data)
this.classes1 = data

View File

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