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
6cd576b7
authored
2023-11-10 10:34:28 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄跳转功能的完善
1 parent
c1f7339a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
src/views/registerBook/djbFrame.vue
src/views/registerBook/ygdj.vue
src/views/registerBook/djbFrame.vue
View file @
6cd576b
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-
09 08:45:33
* @LastEditTime: 2023-11-
10 10:33:47
-->
<
template
>
<div
class=
"content"
>
...
...
@@ -123,7 +123,7 @@
}
else
{
this
.
sfqdata
.
push
(
loadsfqData
(
res
.
result
,
val
.
bdcdyh
,
val
.
bdcdyid
));
this
.
activeName
=
this
.
sfqdata
.
length
-
1
;
this
.
isActive
=
""
this
.
titleActive
=
this
.
activeName
}
...
...
@@ -135,6 +135,7 @@
);
this
.
sfqdata
[
0
].
children
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
id
==
this
.
defaultNode
.
id
)
{
this
.
isActive
=
index
this
.
loadComponent
(
item
.
form
);
}
});
...
...
src/views/registerBook/ygdj.vue
View file @
6cd576b
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-1
0-09 10:49:37
* @LastEditTime: 2023-1
1-10 10:28:56
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -32,7 +32,7 @@
render
:
false
};
},
crea
ted
()
{
moun
ted
()
{
this
.
loadData
();
},
methods
:
{
...
...
Please
register
or
sign in
to post a comment