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
1a2d8aba
authored
2023-05-31 17:36:48 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
7d5b1cb1
1695b7c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
12 deletions
src/views/registerBook/zdjbxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/registerBook/zdjbxx.vue
View file @
1a2d8ab
...
...
@@ -193,11 +193,7 @@
},
methods
:
{
loadData
()
{
if
(
this
.
propsParam
.
bsmSldy
){
console
.
log
(
"宗地基本信息"
);
}
else
{
console
.
log
(
"登记簿里宗地基本信息"
);
getZdjjxxBybdcdyid
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
}).
then
((
res
)
=>
{
getZdjjxxBybdcdyid
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
zdjbxx
=
res
.
result
.
zdjbxx
;
this
.
zdbhqks
=
res
.
result
.
zdbhqkList
;
...
...
@@ -205,9 +201,7 @@
this
.
showGroup
=
true
;
}
}
})
}
})
}
}
}
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
1a2d8ab
...
...
@@ -253,7 +253,7 @@
return
false
;
}
if
(
this
.
ruleForm
.
sl
ywxx
.
gyfs
==
"0"
)
{
if
(
this
.
ruleForm
.
sl
dy
.
gyfs
==
"0"
)
{
if
(
this
.
ruleForm
.
qlrList
.
length
>
1
)
{
this
.
$message
({
showClose
:
true
,
...
...
@@ -264,9 +264,9 @@
}
this
.
ruleForm
.
qlrList
[
0
].
sfczr
=
"1"
;
}
if
(
this
.
ruleForm
.
sl
ywxx
.
gyfs
==
"1"
)
{
if
(
this
.
ruleForm
.
sl
dy
.
gyfs
==
"1"
)
{
//是否分别持证
if
(
this
.
ruleForm
.
sl
ywxx
.
sqfbcz
==
'1'
)
{
//是
if
(
this
.
ruleForm
.
sl
dy
.
sqfbcz
==
'1'
)
{
//是
this
.
ruleForm
.
qlrList
.
forEach
((
item
,
index
)
=>
{
item
.
sfczr
=
"1"
});
...
...
@@ -280,7 +280,6 @@
})
}
}
saveData
(
this
.
ruleForm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
({
...
...
Please
register
or
sign in
to post a comment