yuanrunwei 4 years ago
parent
commit
417ec93927

+ 2 - 1
src/views/candidateManage/candidateList.vue

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

+ 2 - 1
src/views/candidateManage/resumeList.vue

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

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

@@ -271,7 +271,8 @@ export default {
       urlArray.forEach((item, index) => {
         this.$api
           .post(item, {
-            reqdata
+            reqdata,
+            rows: 50
           })
           .then((res) => {
             num++