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
87f7496e
authored
2023-01-06 15:24:32 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
231d6d50
7197f023
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/Popup1/index.vue
src/views/workflow/components/processViewer.vue
src/components/Popup1/index.vue
View file @
87f7496
...
...
@@ -108,7 +108,7 @@ export default {
.ls-mask
{
width
:
100%
;
height
:
100%
;
z-index
:
20
00
;
z-index
:
5
00
;
position
:
fixed
;
left
:
0
;
top
:
0
;
...
...
src/views/workflow/components/processViewer.vue
View file @
87f7496
...
...
@@ -157,7 +157,7 @@ export default {
this
.
selectTaskId
=
element
.
id
this
.
dlgTitle
=
element
.
businessObject
?
element
.
businessObject
.
name
:
undefined
// 计算当前悬浮任务审批记录,如果记录为空不显示弹窗
this
.
taskCommentList
=
(
this
.
allCommentList
||
[]).
filter
(
item
=>
{
this
.
taskCommentList
=
(
this
.
formData
.
allCommentList
||
[]).
filter
(
item
=>
{
return
item
.
taskDefKey
===
this
.
selectTaskId
})
this
.
dialogVisible
=
true
...
...
Please
register
or
sign in
to post a comment