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
c9014f84
authored
2024-02-20 15:39:12 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1111
1 parent
4f079afb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
src/views/djbworkflow/mixin/index.js
src/views/workflow/components/processViewer.vue
src/views/workflow/mixin/index.js
src/views/djbworkflow/mixin/index.js
View file @
c9014f8
...
...
@@ -90,7 +90,7 @@ export default {
case
"B1"
:
getWorkFlowImage
(
this
.
bsmSlsq
,
this
.
bestepid
?
this
.
bestepid
:
''
).
then
(
res
=>
{
let
{
result
}
=
res
this
.
$popupDialog
(
"流程图"
,
"workflow/
components/processViewer
"
,
{
this
.
$popupDialog
(
"流程图"
,
"workflow/
top/processViewer/index
"
,
{
xml
:
result
.
xml
,
finishedInfo
:
{
finishedTaskSet
:
result
.
finishedActivityIds
,
...
...
src/views/workflow/components/processViewer.vue
deleted
100644 → 0
View file @
4f079af
This diff is collapsed.
Click to expand it.
src/views/workflow/mixin/index.js
View file @
c9014f8
...
...
@@ -86,7 +86,7 @@ export default {
case
"B1"
:
getWorkFlowImage
(
this
.
bsmSlsq
,
this
.
bestepid
?
this
.
bestepid
:
''
).
then
(
res
=>
{
let
{
result
}
=
res
this
.
$popupDialog
(
"流程图"
,
"workflow/
components/processViewer
"
,
{
this
.
$popupDialog
(
"流程图"
,
"workflow/
top/processViewer/index
"
,
{
xml
:
result
.
xml
,
finishedInfo
:
{
finishedTaskSet
:
result
.
finishedActivityIds
,
...
...
Please
register
or
sign in
to post a comment