Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
521819ae
authored
2023-09-07 14:51:46 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
4b1fad9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/api/bdcqz.js
src/api/bdcqz.js
View file @
521819a
...
...
@@ -131,7 +131,12 @@ export function bdcqzPreview (data) {
responseType
:
'blob'
})
}
// 获取不动产权证详细信息
/**
* @description: 获取不动产权证详细信息
* @param {*} bsmBdcqz
* @author: renchao
*/
export
function
getBdcqzDetail
(
bsmBdcqz
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/bdcqz/getBdcqzDetail'
,
...
...
@@ -140,4 +145,4 @@ export function getBdcqzDetail (bsmBdcqz) {
bsmBdcqz
:
bsmBdcqz
}
})
}
\ No newline at end of file
}
...
...
Please
register
or
sign in
to post a comment