feat(fg):修改宗地分割前样式
Showing
2 changed files
with
15 additions
and
0 deletions
| ... | @@ -216,3 +216,18 @@ export function exportShp(data) { | ... | @@ -216,3 +216,18 @@ export function exportShp(data) { |
| 216 | responseType: 'arraybuffer' | 216 | responseType: 'arraybuffer' |
| 217 | }) | 217 | }) |
| 218 | } | 218 | } |
| 219 | |||
| 220 | |||
| 221 | /** | ||
| 222 | * 获取该宗地上的所有自然幢 | ||
| 223 | */ | ||
| 224 | export function getZrz(zdBsm) { | ||
| 225 | return request({ | ||
| 226 | url:"/bg/zdSplitMerge/byZdbsm", | ||
| 227 | method:"get", | ||
| 228 | params:{ | ||
| 229 | zdBsm | ||
| 230 | } | ||
| 231 | }) | ||
| 232 | } | ||
| 233 | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment