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
b3fe47ff
authored
2020-10-19 17:10:19 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(jzd):界址点
1 parent
3b3f8f0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
src/api/zd.js
src/api/zd.js
View file @
b3fe47f
...
...
@@ -14,12 +14,14 @@ export function savemjft(data) {
}
/**
*
新增宗地基本信息
*
查询界址点
*/
export
function
insertQjZdjbxx
(
data
)
{
export
function
queryjzd
(
glBsm
)
{
return
request
({
url
:
'zd/qjZdjbxx/insertQjZdjbxx'
,
method
:
'post'
,
data
:
data
,
url
:
'/zd/qjJzd/getQjJzdListByGlBsm'
,
method
:
'get'
,
params
:
{
glBsm
}
})
}
\ No newline at end of file
}
...
...
Please
register
or
sign in
to post a comment