yuanrunwei 4 years ago
parent
commit
573d48ed0a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/companyManage/procedureManage.vue

+ 2 - 1
src/views/companyManage/procedureManage.vue

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