沿河居民胡图层显示

qzc-dev-demo
秦子超 2025-07-16 09:17:18 +08:00
parent 308fe4f9a1
commit f1212d6859
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ export default class YHJMHLayer extends BaseLayer {
...i
}
})
const list2 = list.filter(o=>o.adcd.indexOf('421181113')===0)
// const list2 = list.filter(o=>o.adcd.indexOf('421181113')===0)
this._dispatch.runtime.setMarkers({
[this.getLayerName()]: list2 || []
[this.getLayerName()]: list || []
});
});
}