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
5f06c5d9
authored
2023-11-07 10:04:31 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
efb0088c
2a60e6cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/registerBook/djbFrameall.vue
src/views/registerBook/djbFrameall.vue
View file @
5f06c5d
...
...
@@ -241,7 +241,6 @@
handleNodeClick
(
data
)
{
this
.
loadComponent
(
data
.
form
);
},
},
/*
点击登记簿菜单
*/
...
...
@@ -275,6 +274,7 @@
this
.
componentTag
=
(
r
)
=>
require
.
ensure
([],
()
=>
r
(
require
(
"@/views/registerBook/"
+
form
)));
}
}
};
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
@@ -315,7 +315,7 @@
height
:
45px
;
}
/
deep
/
.el-tree-node
{
white-space
:
pre-wrap
;
...
...
Please
register
or
sign in
to post a comment