|
|
|
@ -1043,7 +1043,7 @@ export default { |
|
|
|
pageInfo: { |
|
|
|
//分页数据 |
|
|
|
total: 0, //服务器端收到0时,会自动计算总记录数,如果上传>0的不自动计算。 |
|
|
|
pageSize: this.queryScope==='plan' || this.queryScope==='planTask'?50:20, //每页数据 |
|
|
|
pageSize: this.queryScope==='plan' || this.queryScope==='planTask'?50:50, //每页数据 |
|
|
|
count: false, //是否需要重新计算总记录数 |
|
|
|
pageNum: 1, //当前页码、从1开始计算 |
|
|
|
orderFields: ['menu_id',"sort_level"], //排序列 如 ['sex','student_id'],必须为数据库字段 |
|
|
|
|