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
f8190a39
Commit
f8190a39
authored
Jan 31, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务中心路由动态处理
parent
763a52fa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
my-task.vue
...ns/dee-task-center/src/views/home/compontents/my-task.vue
+2
-2
moduleTaskListNew.vue
...ews/workflow/task-center/myPlanTask/moduleTaskListNew.vue
+2
-2
index.vue
...er/src/views/workflow/task-center/singleSigning/index.vue
+1
-1
No files found.
applications/dee-task-center/src/views/home/compontents/my-task.vue
View file @
f8190a39
...
...
@@ -330,10 +330,10 @@ export default {
this
.
$store
.
dispatch
(
'app/closeSideBar'
,
false
)
}
else
{
this
.
$router
.
push
({
path
:
'/dee-task-center/workflow/task-center/home'
,
path
:
`/dee-task-center/workflow/task-center/home/
${
item
.
taskKey
}
`
,
query
:
{
DAO
:
'单个签审'
,
title
:
'任务中心'
,
title
:
item
.
taskType
,
processDefKey
:
item
.
procDefKey
,
taskDefinitionKey
:
item
.
taskKey
,
type
:
this
.
type
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/moduleTaskListNew.vue
View file @
f8190a39
...
...
@@ -55,9 +55,9 @@ export default {
goInfo
(
item
)
{
this
.
clickTask
=
item
this
.
$router
.
push
({
path
:
'/dee-task-center/workflow/task-center/home'
,
path
:
`/dee-task-center/workflow/task-center/home/
${
item
.
taskKey
}
`
,
query
:
{
title
:
'任务中心'
,
title
:
item
.
taskType
,
DAO
:
'批量签审'
,
processDefKey
:
item
.
procDefKey
,
taskDefinitionKey
:
item
.
taskKey
,
...
...
applications/dee-task-center/src/views/workflow/task-center/singleSigning/index.vue
View file @
f8190a39
...
...
@@ -54,7 +54,7 @@ export default {
this
.
processInstanceId
=
data
&&
data
.
processInstanceId
?
data
.
processInstanceId
:
''
},
reload
()
{
if
(
this
.
$route
.
path
===
'/dee-task-center/workflow/task-center/home'
)
{
if
(
this
.
$route
.
path
.
includes
(
'/dee-task-center/workflow/task-center/home'
)
)
{
this
.
$refs
.
myTask
.
getTasks
(
1
)
}
else
{
this
.
$store
.
dispatch
(
'tagsView/delView'
,
this
.
$route
)
...
...
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