yuanrunwei 4 anni fa
parent
commit
573d48ed0a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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