Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
3821fe27
Commit
3821fe27
authored
May 21, 2021
by
YuleiLan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复主动接单引起数据缺失的问题。
parent
082fc490
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
src/views/process/list/apply-process-list.vue
+3
-1
src/views/process/list/handle.vue
+3
-2
No files found.
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