Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
digitalPerson-fe
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
digitalPerson
digitalPerson-fe
Commits
f9e29d92
Commit
f9e29d92
authored
Oct 16, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 更新我的作品数据
parent
0fb6da5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
video-work-list.vue
src/views/video-work/video-work-list.vue
+6
-1
No files found.
src/views/video-work/video-work-list.vue
View file @
f9e29d92
...
...
@@ -68,11 +68,16 @@ const { pause: pauseIntervalFn, resume: resumeIntervalFn } = useIntervalFn(
async
()
=>
{
if
(
videoWorkTableLoading
.
value
)
return
await
fetchGetTaskList
<
VideoWorkItem
[]
>
({
const
res
=
await
fetchGetTaskList
<
VideoWorkItem
[]
>
({
taskType
:
currentSelectedTaskType
.
value
,
taskName
:
searchQuery
.
value
,
pagingInfo
:
pagingInfo
.
value
,
})
if
(
res
.
code
===
0
)
{
videoWorkList
.
value
=
res
.
data
pagingInfo
.
value
=
res
.
pagingInfo
as
PaginationInfo
}
},
2000
,
{
immediateCallback
:
false
,
immediate
:
false
},
...
...
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