Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2fd6f005
authored
2020-12-04 08:42:07 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(fg):修改宗地分割前样式
1 parent
2f62c379
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
src/api/zd.js
src/views/panel/change/fg/index.vue
src/api/zd.js
View file @
2fd6f00
...
...
@@ -216,3 +216,18 @@ export function exportShp(data) {
responseType
:
'arraybuffer'
})
}
/**
* 获取该宗地上的所有自然幢
*/
export
function
getZrz
(
zdBsm
)
{
return
request
({
url
:
"/bg/zdSplitMerge/byZdbsm"
,
method
:
"get"
,
params
:{
zdBsm
}
})
}
...
...
src/views/panel/change/fg/index.vue
View file @
2fd6f00
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment