yuanrunwei 4 rokov pred
rodič
commit
573d48ed0a

+ 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