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
dae87c00
Commit
dae87c00
authored
Jan 22, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页装配等任务接口调用时机修改
parent
7d3f4b0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
my-task.vue
...ns/dee-task-center/src/views/home/compontents/my-task.vue
+9
-3
No files found.
applications/dee-task-center/src/views/home/compontents/my-task.vue
View file @
dae87c00
...
...
@@ -154,9 +154,7 @@ export default {
created
()
{
},
mounted
:
function
()
{
this
.
quickAccessList
.
forEach
((
item
,
index
)
=>
{
this
.
getCustomModules
(
index
,
item
)
})
},
methods
:
{
// 获取所有app后取MOM对应的数据用于查询流程
...
...
@@ -224,8 +222,16 @@ export default {
// const code = item.bizExtInfo.bizObjectState
// return this.$utils.getParamsFromLists(this.dict[this.stateDictName], 'value', code, 'label') || code
// },
getOthersTasks
(
type
)
{
if
(
type
===
'单个签审'
)
{
this
.
quickAccessList
.
forEach
((
item
,
index
)
=>
{
this
.
getCustomModules
(
index
,
item
)
})
}
},
// 获取待办任务列表
getTasks
(
page
,
type
)
{
this
.
getOthersTasks
(
type
)
const
params
=
{
'page'
:
page
||
this
.
pagination
.
currentPage
,
'size'
:
this
.
pagination
.
pageSize
...
...
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