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
c01bb061
authored
2023-05-05 08:59:12 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书领取
1 parent
4511fb74
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
src/views/workflow/components/processViewer.vue
src/views/workflow/mixin/index.js
src/views/workflow/components/processViewer.vue
View file @
c01bb06
...
...
@@ -174,7 +174,6 @@
},
// 下拉列表切换
handleSelect
(
val
)
{
console
.
log
(
val
,
'22222222222222222'
);
this
.
taskCommentList
=
(
this
.
formData
.
allCommentList
||
[]).
filter
(
item
=>
{
return
item
.
taskDefKey
===
val
})
...
...
src/views/workflow/mixin/index.js
View file @
c01bb06
...
...
@@ -174,8 +174,8 @@ export default {
})
break
;
case
"B7"
:
this
.
$popupDialog
(
"证书领取"
,
"workflow/components/zslq"
,
{
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
'
6
0%'
,
true
this
.
$popupDialog
(
"证书领取"
,
"workflow/components/
dialog/
zslq"
,
{
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
'
7
0%'
,
true
)
break
;
case
"B8"
:
...
...
Please
register
or
sign in
to post a comment