Commit 40b01695 authored by Mac's avatar Mac

投稿素材分页显示

parent 09c4db3c
......@@ -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.PageCount
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()
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment