Compare commits

..

No commits in common. '42453c81a654b74c237b20f3a66d4142f2cc8fa1' and '50f0e8f64a015e2edab0d543ec3cbd6fc563fc34' have entirely different histories.

@ -23,7 +23,6 @@
</template>
<script>
import request from '@/utils/request'
let marker, polygon, drawingManager, lngLat, map, MultiPolygon;
let path = [];//
import axios from 'axios'
@ -256,14 +255,12 @@ export default {
* 获取所有围栏
*/
getAllPolygons(){
debugger
const _this = this;
request({
url: '/api/scm/StationArea/getOthersArea/',
method: 'post'
url: '/api/scm/StationArea/'+ id,
method: 'get'
}).then(res => {
console.log('getOthersArea',res)
// this.dataInfo(res.data)
this.dataInfo(res.data)
});
// axios.get(url.url + "/v1/polygons/findAll").then(function (response) {

Loading…
Cancel
Save