Browse Source

耕地保护监测图斑清单上图和跳转

maxiaoxiao 1 day ago
parent
commit
49fb856140
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/api/ghss/jctb.js

+ 8 - 0
src/api/ghss/jctb.js

@@ -27,6 +27,14 @@ export function JctbList(params) {
         params
     })
 }
+//ewkt转envelope
+export function envelope(data) {
+    return request({
+        url: '/file/read/ewkt/to/envelope',
+        method: 'post',
+        data
+    })
+}
 export function getJctbInfo(id) {
     return request({
         url: '/apply/gdbh/jctb/' + `${id}`,