实训管理界面添加分页
This commit is contained in:
parent
bf1f420423
commit
03afd57f78
@ -50,7 +50,7 @@ export default {
|
|||||||
queryList:{
|
queryList:{
|
||||||
query: this.queryFunction,
|
query: this.queryFunction,
|
||||||
selectCheckShow: false,
|
selectCheckShow: false,
|
||||||
paginationHiden: true,
|
// paginationHiden: true,
|
||||||
indexShow: true,
|
indexShow: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
@ -168,8 +168,8 @@ export default {
|
|||||||
return this.$route.path.includes('/teachingDataManage/');
|
return this.$route.path.includes('/teachingDataManage/');
|
||||||
},
|
},
|
||||||
queryFunction(param) {
|
queryFunction(param) {
|
||||||
delete param.pageSize;
|
// delete param.pageSize;
|
||||||
delete param.pageNum;
|
// delete param.pageNum;
|
||||||
if (this.hasTeachingDataManage()) {
|
if (this.hasTeachingDataManage()) {
|
||||||
return getAllPublishTrainingList(param);
|
return getAllPublishTrainingList(param);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user