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
aa6363a8
authored
2022-10-21 17:51:43 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
11a5c8fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
src/api/registerBook.js
src/views/registerBook/fdcq2.vue
src/api/registerBook.js
View file @
aa6363a
...
...
@@ -56,6 +56,16 @@ export function getJsydsyqList(data) {
data
})
}
// 获取房屋独幢信息集合
export
function
getFdcq2List
(
data
)
{
return
request
({
url
:
'/djbDetail/getFdcq2List'
,
method
:
'post'
,
data
})
}
// 获取抵押权
export
function
getDiyaqList
(
data
)
{
return
request
({
...
...
src/views/registerBook/fdcq2.vue
View file @
aa6363a
...
...
@@ -47,7 +47,7 @@
</
template
>
<
script
>
import
{
get
Jsydsyq
List
}
from
"@/api/registerBook.js"
;
import
{
get
Fdcq2
List
}
from
"@/api/registerBook.js"
;
import
{
datas
}
from
"./qlxxFormData.js"
;
export
default
{
data
()
{
...
...
@@ -70,7 +70,7 @@ export default {
},
methods
:
{
loadData
()
{
get
Jsydsyq
List
({
get
Fdcq2
List
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
,
qllx
:
this
.
propsParam
.
qllx
,
qszt
:
this
.
checkList
,
...
...
Please
register
or
sign in
to post a comment