yuanrunwei vor 4 Jahren
Ursprung
Commit
573d48ed0a
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/views/companyManage/procedureManage.vue

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

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