1111
Showing
3 changed files
with
2 additions
and
2 deletions
| ... | @@ -90,7 +90,7 @@ export default { | ... | @@ -90,7 +90,7 @@ export default { |
| 90 | case "B1": | 90 | case "B1": |
| 91 | getWorkFlowImage(this.bsmSlsq, this.bestepid ? this.bestepid : '').then(res => { | 91 | getWorkFlowImage(this.bsmSlsq, this.bestepid ? this.bestepid : '').then(res => { |
| 92 | let { result } = res | 92 | let { result } = res |
| 93 | this.$popupDialog("流程图", "workflow/components/processViewer", { | 93 | this.$popupDialog("流程图", "workflow/top/processViewer/index", { |
| 94 | xml: result.xml, | 94 | xml: result.xml, |
| 95 | finishedInfo: { | 95 | finishedInfo: { |
| 96 | finishedTaskSet: result.finishedActivityIds, | 96 | finishedTaskSet: result.finishedActivityIds, | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -86,7 +86,7 @@ export default { | ... | @@ -86,7 +86,7 @@ export default { |
| 86 | case "B1": | 86 | case "B1": |
| 87 | getWorkFlowImage(this.bsmSlsq, this.bestepid ? this.bestepid : '').then(res => { | 87 | getWorkFlowImage(this.bsmSlsq, this.bestepid ? this.bestepid : '').then(res => { |
| 88 | let { result } = res | 88 | let { result } = res |
| 89 | this.$popupDialog("流程图", "workflow/components/processViewer", { | 89 | this.$popupDialog("流程图", "workflow/top/processViewer/index", { |
| 90 | xml: result.xml, | 90 | xml: result.xml, |
| 91 | finishedInfo: { | 91 | finishedInfo: { |
| 92 | finishedTaskSet: result.finishedActivityIds, | 92 | finishedTaskSet: result.finishedActivityIds, | ... | ... |
-
Please register or sign in to post a comment