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
791d0258
authored
2023-06-15 09:55:08 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
补录信息表单
1 parent
ef56ffcc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
src/views/djbworkflow/djbBook/slxx.vue
src/views/djbworkflow/workFrame.vue
src/views/djbworkflow/djbBook/slxx.vue
View file @
791d025
This diff is collapsed.
Click to expand it.
src/views/djbworkflow/workFrame.vue
View file @
791d025
...
...
@@ -209,6 +209,12 @@ export default {
},
//切换选项卡内容组件
getFromRouter
(
tabname
)
{
for
(
let
item
of
this
.
tabList
)
{
if
(
item
.
value
===
tabname
)
{
this
.
currentSelectTab
=
item
break
;
}
}
this
.
componentTag
=
getForm
(
tabname
,
this
.
$route
.
query
.
sqywbm
);
}
},
...
...
Please
register
or
sign in
to post a comment