@@ -167,7 +167,8 @@ export default {
queryDownList () {
this.$api
.post('/video/queryVideoList', {
- reqdata: {}
+ reqdata: {},
+ rows: 50
})
.then((res) => {
this.downList = res.list