Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
58cb0456
authored
2021-01-25 14:00:11 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
工作流相关修改内容
1 parent
16496a0d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
src/App.vue
src/views/panel/create/index.vue
src/App.vue
View file @
58cb045
...
...
@@ -154,7 +154,7 @@ export default {
confirm
(
type
){
if
(
type
==
'sh'
)
{
let
params
=
{
executeActors
:
this
.
sprList
.
filter
(
i
=>
i
.
ac
tivityInstance
==
this
.
spr
),
executeActors
:
this
.
sprList
.
filter
(
i
=>
i
.
ac
countNo
==
this
.
spr
),
message
:
""
,
params
:
{
shyj
:
this
.
shData
.
shyj
...
...
@@ -166,11 +166,15 @@ export default {
this
.
$message
({
type
:
'success'
,
message
:
'审核通过'
});
this
.
shVisible
=
false
;
this
.
$router
.
push
({
path
:
'/dbx'
})
});
}
else
{
let
params
=
{
executeActors
:
this
.
sprList
.
filter
(
i
=>
i
.
ac
tivityInstance
==
this
.
spr
),
executeActors
:
this
.
sprList
.
filter
(
i
=>
i
.
ac
countNo
==
this
.
spr
),
message
:
""
,
params
:
{},
targetNodes
:
[],
...
...
@@ -178,6 +182,10 @@ export default {
};
transitProcess
(
params
).
then
((
res
)
=>
{
this
.
$message
.
success
(
"提交成功!"
)
this
.
setTjDialog
(
false
);
this
.
$router
.
push
({
path
:
'/dbx'
})
});
}
},
...
...
src/views/panel/create/index.vue
View file @
58cb045
...
...
@@ -338,7 +338,8 @@ export default {
this
.
$router
.
push
({
path
:
'/zd'
,
query
:{
source
:
2
,
bsm
:
res
.
processInstance
.
title
bsm
:
res
.
processInstance
.
title
,
workitemInstanceId
:
res
.
workitemInstance
.
id
}
});
}
else
{
...
...
Please
register
or
sign in
to post a comment