Update default item per page by 10
This commit is contained in:
@ -69,7 +69,7 @@ export default {
|
|||||||
},
|
},
|
||||||
limit: {
|
limit: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0,
|
default: 10,
|
||||||
},
|
},
|
||||||
itemsPerPageArray: {
|
itemsPerPageArray: {
|
||||||
type: Array,
|
type: Array,
|
||||||
|
@ -118,7 +118,7 @@ export default {
|
|||||||
detailList: myDetail,
|
detailList: myDetail,
|
||||||
itemsPerPage: 20,
|
itemsPerPage: 20,
|
||||||
itemsPerPageArray: [10, 20, 50],
|
itemsPerPageArray: [10, 20, 50],
|
||||||
limit: 20,
|
limit: 10,
|
||||||
page: 1,
|
page: 1,
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
};
|
};
|
||||||
|
@ -296,7 +296,7 @@ export default {
|
|||||||
selectedRowData: null,
|
selectedRowData: null,
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 10,
|
||||||
itemsPerPageArray: [10, 20, 50],
|
itemsPerPageArray: [10, 20, 50],
|
||||||
limit: 20,
|
limit: 10,
|
||||||
page: 1,
|
page: 1,
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
writeActionData: {
|
writeActionData: {
|
||||||
|
@ -135,7 +135,7 @@ export default {
|
|||||||
detailList: myDetail,
|
detailList: myDetail,
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 10,
|
||||||
itemsPerPageArray: [10, 20, 50],
|
itemsPerPageArray: [10, 20, 50],
|
||||||
limit: 20,
|
limit: 10,
|
||||||
page: 1,
|
page: 1,
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
};
|
};
|
||||||
|
@ -118,7 +118,7 @@ export default {
|
|||||||
},
|
},
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 10,
|
||||||
itemsPerPageArray: [10, 20, 50],
|
itemsPerPageArray: [10, 20, 50],
|
||||||
limit: 20,
|
limit: 10,
|
||||||
page: 1,
|
page: 1,
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
};
|
};
|
||||||
|
@ -168,7 +168,7 @@ export default {
|
|||||||
loadGrid: false,
|
loadGrid: false,
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 10,
|
||||||
itemsPerPageArray: [10, 20, 50],
|
itemsPerPageArray: [10, 20, 50],
|
||||||
limit: 20,
|
limit: 10,
|
||||||
page: 1,
|
page: 1,
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
};
|
};
|
||||||
|
@ -154,7 +154,7 @@ export default {
|
|||||||
alrmFg: null,
|
alrmFg: null,
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 10,
|
||||||
itemsPerPageArray: [10, 20, 50],
|
itemsPerPageArray: [10, 20, 50],
|
||||||
limit: 20,
|
limit: 10,
|
||||||
page: 1,
|
page: 1,
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
};
|
};
|
||||||
|
@ -160,7 +160,7 @@ export default {
|
|||||||
fabFlag: false,
|
fabFlag: false,
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 10,
|
||||||
itemsPerPageArray: [10, 20, 50],
|
itemsPerPageArray: [10, 20, 50],
|
||||||
limit: 20,
|
limit: 10,
|
||||||
page: 1,
|
page: 1,
|
||||||
routeData: {},
|
routeData: {},
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
|
@ -111,7 +111,7 @@ export default {
|
|||||||
edtingFinishFlag: 'Y',
|
edtingFinishFlag: 'Y',
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 10,
|
||||||
itemsPerPageArray: [10, 20, 50],
|
itemsPerPageArray: [10, 20, 50],
|
||||||
limit: 20,
|
limit: 10,
|
||||||
page: 1,
|
page: 1,
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user