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
05841f69
authored
2020-10-26 09:32:23 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利性质数据传给子组件
1 parent
599f571c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/systemZD/zddcb/index.vue
src/views/systemZD/zddcb/index.vue
View file @
05841f6
...
...
@@ -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