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
abda2870
authored
2022-11-17 09:19:33 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
6e72a915
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/views/workflow/flowform.js
src/views/workflow/flowform.js
View file @
abda287
...
...
@@ -48,10 +48,10 @@ export function getForm(tabName, djywbm) {
form
=
require
(
"@/views/registerBook/zdjbxx.vue"
);
break
;
case
"ygmm100"
:
form
=
require
(
"@/views/ywbl/ygdj/slxx.vue"
);
form
=
require
(
"@/views/ywbl/ygdj/slxx.vue"
);
break
;
case
"ygmm300"
:
form
=
require
(
"@/views/ywbl/fdcq2/slxx.vue"
);
form
=
require
(
"@/views/ywbl/fdcq2/slxx.vue"
);
break
;
case
"cfdjxx"
:
form
=
require
(
"@/views/registerBook/cfdj.vue"
);
...
...
@@ -68,6 +68,9 @@ export function getForm(tabName, djywbm) {
case
"diyaqQlxx"
:
form
=
require
(
"@/views/registerBook/diyaq.vue"
);
break
;
case
"ygdjQlxx"
:
form
=
require
(
"@/views/registerBook/ygdj.vue"
);
break
;
case
"szxx"
:
form
=
require
(
"@/views/workflow/components/szxx.vue"
);
break
;
...
...
Please
register
or
sign in
to post a comment