Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3821fe27
authored
May 21, 2021
by
YuleiLan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复主动接单引起数据缺失的问题。
parent
082fc490
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
src/views/process/list/apply-process-list.vue
src/views/process/list/handle.vue
src/views/process/list/apply-process-list.vue
View file @
3821fe27
...
...
@@ -137,8 +137,10 @@ export default {
.process-div-title
{
font-size
:
15px
;
margin-top
:
10
px
;
margin-top
:
6
px
;
color
:
#606266
;
height
:
18px
;
line-height
:
18px
;
}
.process-div-remarks
{
...
...
src/views/process/list/handle.vue
View file @
3821fe27
...
...
@@ -79,7 +79,8 @@
currentNode.hideTpls.indexOf(tplItem.form_structure.id)!==-1) ||
(currentNode.writeTpls===undefined ||
currentNode.writeTpls===null ||
currentNode.writeTpls.indexOf(tplItem.form_structure.id)===-1)?true:false"
currentNode.writeTpls.indexOf(tplItem.form_structure.id)===-1)||
(isActiveProcessing && currentNode.activeOrder)?true:false"
:remote=
"remoteFunc"
:value=
"tplItem.form_data"
:data=
"tplItem.form_structure"
...
...
@@ -318,7 +319,7 @@ export default {
process_method
:
'person'
,
processor
:
[
this
.
userId
]
}]
activeOrder
(
jsonData
,
this
.
$route
.
query
.
workOrderId
).
then
(
response
=>
{
activeOrder
(
jsonData
,
this
.
$route
.
query
.
workOrderId
).
then
(
()
=>
{
this
.
getProcessNodeList
()
})
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment