Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
1d580a87
Commit
1d580a87
authored
Dec 20, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量签审跳转参数修改
parent
ca3f4977
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
index.vue
...enter/src/views/workflow/task-center/myPlanTask/index.vue
+1
-1
moduleTaskListNew.vue
...ews/workflow/task-center/myPlanTask/moduleTaskListNew.vue
+1
-1
taskList.vue
...er/src/views/workflow/task-center/myPlanTask/taskList.vue
+0
-1
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/index.vue
View file @
1d580a87
...
@@ -40,7 +40,7 @@ export default {
...
@@ -40,7 +40,7 @@ export default {
immediate
:
true
,
immediate
:
true
,
deep
:
true
,
deep
:
true
,
handler
(
val
)
{
handler
(
val
)
{
this
.
goModuleTaskDetail
(
val
)
val
&&
this
.
goModuleTaskDetail
(
JSON
.
parse
(
val
)
)
}
}
}
}
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/moduleTaskListNew.vue
View file @
1d580a87
...
@@ -60,7 +60,7 @@ export default {
...
@@ -60,7 +60,7 @@ export default {
DAO
:
'批量签审'
,
DAO
:
'批量签审'
,
processDefKey
:
item
.
procDefKey
,
processDefKey
:
item
.
procDefKey
,
taskDefinitionKey
:
item
.
taskKey
,
taskDefinitionKey
:
item
.
taskKey
,
batchTaskItem
:
item
batchTaskItem
:
JSON
.
stringify
(
item
)
}
}
})
})
}
}
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/taskList.vue
View file @
1d580a87
...
@@ -56,7 +56,6 @@ export default {
...
@@ -56,7 +56,6 @@ export default {
immediate
:
true
,
immediate
:
true
,
deep
:
true
,
deep
:
true
,
handler
()
{
handler
()
{
console
.
log
(
this
.
selectData
)
this
.
componentKey
+=
1
this
.
componentKey
+=
1
}
}
}
}
...
...
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