|
|
@@ -118,6 +118,10 @@ const getGardenList = () => {
|
|
|
resData.push({name: item.name,organId:item.id, wkt: item.pointWkt})
|
|
|
}
|
|
|
options.value = resData
|
|
|
+ if(userInfo.userName !== "13797066447"){
|
|
|
+ toggleFarm(resData[0].organId)
|
|
|
+ }
|
|
|
+
|
|
|
// options.value = res.data;
|
|
|
// options.value.push(
|
|
|
// {name: "增城荔博园第二基地",organId:90954, wkt: "POINT(113.691683 23.249201)"},
|