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
5c3473de
authored
2023-05-31 16:39:22 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
提交公共部分
1 parent
7c69e97e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
13 deletions
public/index.html
src/views/registerBook/zdjbxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
public/index.html
View file @
5c3473d
...
...
@@ -19,7 +19,7 @@
</head>
<script>
window
.
baseUrl
=
location
.
origin
||
location
.
protocol
+
'//'
+
location
.
host
const
authorization
=
"bearer AT
-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6
"
const
authorization
=
"bearer AT
T-6-80pnPMkrvVc-i1qIGQrdkjKIPc-cH1mD
"
fetch
(
'<%= BASE_URL %>config.json'
)
.
then
(
response
=>
response
.
json
())
.
then
(
config
=>
{
...
...
src/views/registerBook/zdjbxx.vue
View file @
5c3473d
...
...
@@ -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 @
5c3473d
...
...
@@ -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