Commit 94376944 authored by 田翔's avatar 田翔

feat: 支持多区域绘制

parent c8dcdd17
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "6.9.16", "version": "6.9.17",
"description": "6.9.16 关联表单小数点处理", "description": "6.9.17 支持多区域绘制",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -669,6 +669,20 @@ export function GetAreaLayerTaskData(data) { ...@@ -669,6 +669,20 @@ export function GetAreaLayerTaskData(data) {
}) })
} }
//获取多图层区域数据
export function GetManyLayerAreaData(data) {
return request({
headers: {
'Content-Type': 'application/json',
accept: 'text/plain',
'Server-Name': data?.mapServerName || localStorage.getItem('PipenetLayer') || '',
},
url: `PandaGIS/MapServer/GIS/Query/GetManyLayerAreaData`,
method: 'post',
data,
})
}
// //
export function GetCaseGISAreaData(data) { export function GetCaseGISAreaData(data) {
return request({ return request({
......
...@@ -23,7 +23,6 @@ const getFormDataObj = (formData) => { ...@@ -23,7 +23,6 @@ const getFormDataObj = (formData) => {
return formDataObj return formDataObj
} }
const RelationForm = (props) => { const RelationForm = (props) => {
const userID = window?.globalConfig?.userInfo?.OID || 1 const userID = window?.globalConfig?.userInfo?.OID || 1
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment