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
fa919178
authored
2020-10-26 09:38:38 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
5d4767af
05841f69
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
src/views/panel/search/index.vue
src/views/systemZD/zddcb/index.vue
src/views/panel/search/index.vue
View file @
fa91917
...
...
@@ -106,6 +106,7 @@
path
=
"/zrz"
;
break
;
case
"zd"
:
this
.
$store
.
state
.
zdbsm
=
row
.
glbsm
;
path
=
"/zd"
;
break
;
default
:
...
...
src/views/systemZD/zddcb/index.vue
View file @
fa91917
...
...
@@ -444,8 +444,11 @@ export default {
getQjZdjbxxDetailById
(
this
.
$store
.
state
.
zdbsm
)
.
then
((
res
)
=>
{
if
(
res
.
result
)
{
console
.
log
(
res
.
result
);
this
.
formData
=
res
.
result
;
if
(
res
.
result
.
qjQlxzListVOS
[
0
].
qjTdytListVOS
.
length
>
0
){
//权利性质数据传给子组件
this
.
$refs
.
qlxzModule
.
countList
=
res
.
result
.
qjQlxzListVOS
}
}
})
.
catch
((
error
)
=>
{});
...
...
Please
register
or
sign in
to post a comment