|
@@ -93,7 +93,7 @@ class SamplePointLayer {
|
|
|
|
|
|
initData(farmId, regionId){
|
|
|
let that = this
|
|
|
- VE_API.sample.list({farmId,regionId}).then(({data})=>{
|
|
|
+ VE_API.sample.list({farmId:766,regionId:2}).then(({data})=>{
|
|
|
// data[0].status = 9
|
|
|
let features = []
|
|
|
for(let item of data){
|