Sfoglia il codice sorgente

Merge branch 'master' of http://59.57.98.130:3000/jjhc/report

sandm 2 anni fa
parent
commit
4af8eeda54

+ 2 - 2
public/static/modular/talentIdentify/talentInfo/talentInfo_prepare.js

@@ -214,7 +214,7 @@ TalentInfo.showDataCheckModal = function (type) {
         pagination: true, // 设置为 true 会在表格底部显示分页条
         paginationHAlign: "left",
         paginationDetailHAlign: "right",
-        sidePagination: "client", // 设置在哪里进行分页,可选值为 'client' 或者 'server'
+        sidePagination: "server", // 设置在哪里进行分页,可选值为 'client' 或者 'server'
         pageNumber: 1, //初始化加载第一页,默认第一页
         pageSize: 10, //每页的记录行数(*)
         pageList: [10, 25, 50, 100, 500, 1000, 1500], //可供选择的每页的行数(*)
@@ -222,7 +222,7 @@ TalentInfo.showDataCheckModal = function (type) {
         showColumns: false,
         responseHandler: function (res) {
             $("#exportCommonModal").modal("show");
-            return res.obj.rows;
+            return res.obj;
         },
         columns:
                 [