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
0ffb6f36
authored
2024-01-30 18:14:23 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
cac1e698
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/views/registerBook/djbFrame.vue
src/views/registerBook/djbFrameData.js
src/views/registerBook/djbFrameall.vue
src/views/registerBook/djbFrame.vue
View file @
0ffb6f3
...
...
@@ -218,13 +218,14 @@
this
.
isActive
=
-
1
this
.
titleActive
=
index
this
.
loadComponent
(
data
.
form
);
this
.
currentSelectProps
.
bdcdyid
=
data
.
bdcdyid
;
this
.
currentSelectProps
.
bdcdyh
=
data
.
bdcdyh
;
this
.
highlight
=
false
},
taplist
(
data
,
index
)
{
console
.
log
(
data
,
333333
);
this
.
loadComponent
(
data
.
form
);
this
.
isActive
=
index
;
this
.
titleActive
=
-
1
this
.
titleActive
=
-
1
;
this
.
highlight
=
false
},
/**
...
...
src/views/registerBook/djbFrameData.js
View file @
0ffb6f3
...
...
@@ -58,7 +58,7 @@ export function loadTreeData (bdcdyh) {
}
export
function
loadsfqData
(
qlxxData
,
bdcdyh
,
bdcdyid
)
{
let
treedata
=
{
bdcdyid
:
bdcdyid
,
id
:
"bdcqljqtsx"
,
form
:
"bdcqljqtsx.vue"
,
label
:
"不动产权利及其他事项\n ("
+
bdcdyh
.
slice
(
19
)
+
")"
,
children
:
[],
bdcdyh
:
bdcdyh
,
bdcdyid
:
bdcdyid
,
id
:
"bdcqljqtsx"
,
form
:
"bdcqljqtsx.vue"
,
label
:
"不动产权利及其他事项\n ("
+
bdcdyh
.
slice
(
19
)
+
")"
,
children
:
[],
};
//主体权利
treedata
.
children
.
push
(
getNode
(
qlxxData
.
ztqllx
,
qlxxData
.
ztql
,
qlxxData
.
bdcdylx
,
bdcdyid
));
...
...
src/views/registerBook/djbFrameall.vue
View file @
0ffb6f3
...
...
@@ -275,6 +275,8 @@ export default {
*/
tap
(
data
,
index
)
{
this
.
loadComponent
(
data
.
form
);
this
.
currentSelectProps
.
bdcdyid
=
data
.
bdcdyid
this
.
currentSelectProps
.
bdcdyh
=
data
.
bdcdyh
},
/**
* @description: taplist
...
...
Please
register
or
sign in
to post a comment