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
7cc1f76b
authored
2023-11-10 10:42:08 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
df413098
656fa3da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
src/views/registerBook/djbFrame.vue
src/views/registerBook/djbFrame.vue
View file @
7cc1f76
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-10 10:
33:47
* @LastEditTime: 2023-11-10 10:
41:04
-->
<
template
>
<div
class=
"content"
>
...
...
@@ -121,9 +121,8 @@
this
.
titleActive
=
-
1
this
.
titleActive
=
this
.
activeName
}
else
{
this
.
sfqdata
.
push
(
loadsfqData
(
res
.
result
,
val
.
bdcdyh
,
val
.
bdcdyid
));
this
.
activeName
=
this
.
sfqdata
.
length
-
1
;
this
.
sfqdata
.
push
(
loadsfqData
(
res
.
result
,
val
.
bdcdyh
,
val
.
bdcdyid
))
this
.
activeName
=
this
.
sfqdata
.
length
-
1
this
.
titleActive
=
this
.
activeName
}
...
...
@@ -136,18 +135,18 @@
this
.
sfqdata
[
0
].
children
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
id
==
this
.
defaultNode
.
id
)
{
this
.
isActive
=
index
this
.
loadComponent
(
item
.
form
)
;
this
.
loadComponent
(
item
.
form
)
}
})
;
})
;
})
})
}
})
;
})
this
.
currentSelectProps
=
{
bdcdyid
:
val
.
bdcdyid
,
bdcdyh
:
val
.
bdcdyh
,
qllx
:
this
.
formData
.
qllx
,
bsmQlxx
:
this
.
formData
.
bsmQlxx
,
}
;
bsmQlxx
:
this
.
formData
.
bsmQlxx
}
},
/**
* @description: loadData
...
...
Please
register
or
sign in
to post a comment