Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
40b01695
Commit
40b01695
authored
Jan 13, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投稿素材分页显示
parent
09c4db3c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
materialList.vue
src/pages/teacher/contribution/materialList.vue
+6
-4
No files found.
src/pages/teacher/contribution/materialList.vue
View file @
40b01695
...
...
@@ -27,6 +27,8 @@
<div
v-if=
"tabCheck=='3'"
>
<videomaterial
:dataList=
'dataList'
:allclassifyList=
'allclassifyList'
@
editsuccess=
"getchildren"
@
getdelete=
"getdelete"
@
getmove=
"getmove"
></videomaterial>
</div>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"PageCount"
:input=
"true"
@
input=
"changePage"
/>
</div>
<q-dialog
v-model=
"Ismove"
persistent
>
...
...
@@ -133,7 +135,7 @@
GetContributeMediumPage
(
this
.
msg
).
then
(
res
=>
{
this
.
loading
=
false
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
PageCount
=
res
.
Data
.
Count
this
.
PageCount
=
res
.
Data
.
Page
Count
this
.
dataList
.
forEach
(
x
=>
{
x
.
check
=
false
;
// let amr = new BenzAMRRecorder()
...
...
@@ -152,9 +154,9 @@
})
},
changePage
(
e
)
{
if
(
this
.
tabCheck
==
0
||
this
.
tabCheck
==
4
)
{
this
.
$refs
.
allm
.
stopPlayVoice
()
}
//
if (this.tabCheck == 0 || this.tabCheck == 4) {
//
this.$refs.allm.stopPlayVoice()
//
}
this
.
msg
.
pageIndex
=
e
;
this
.
getList
()
},
...
...
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