流程图完善
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -108,7 +108,7 @@ export default { | ... | @@ -108,7 +108,7 @@ export default { |
108 | .ls-mask { | 108 | .ls-mask { |
109 | width: 100%; | 109 | width: 100%; |
110 | height: 100%; | 110 | height: 100%; |
111 | z-index: 2000; | 111 | z-index: 500; |
112 | position: fixed; | 112 | position: fixed; |
113 | left: 0; | 113 | left: 0; |
114 | top: 0; | 114 | top: 0; | ... | ... |
... | @@ -157,7 +157,7 @@ export default { | ... | @@ -157,7 +157,7 @@ export default { |
157 | this.selectTaskId = element.id | 157 | this.selectTaskId = element.id |
158 | this.dlgTitle = element.businessObject ? element.businessObject.name : undefined | 158 | this.dlgTitle = element.businessObject ? element.businessObject.name : undefined |
159 | // 计算当前悬浮任务审批记录,如果记录为空不显示弹窗 | 159 | // 计算当前悬浮任务审批记录,如果记录为空不显示弹窗 |
160 | this.taskCommentList = (this.allCommentList || []).filter(item => { | 160 | this.taskCommentList = (this.formData.allCommentList || []).filter(item => { |
161 | return item.taskDefKey === this.selectTaskId | 161 | return item.taskDefKey === this.selectTaskId |
162 | }) | 162 | }) |
163 | this.dialogVisible = true | 163 | this.dialogVisible = true | ... | ... |
-
Please register or sign in to post a comment