Update default item per page by 10 #95

Merged
dev merged 1 commits from dev-nghiantt-fix-bugs into dev 2025-08-26 16:00:41 +09:00
9 changed files with 9 additions and 9 deletions
Showing only changes of commit ac5bb1eb6e - Show all commits

View File

@ -69,7 +69,7 @@ export default {
},
limit: {
type: Number,
default: 0,
default: 10,
},
itemsPerPageArray: {
type: Array,

View File

@ -118,7 +118,7 @@ export default {
detailList: myDetail,
itemsPerPage: 20,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};

View File

@ -296,7 +296,7 @@ export default {
selectedRowData: null,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
writeActionData: {

View File

@ -135,7 +135,7 @@ export default {
detailList: myDetail,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};

View File

@ -118,7 +118,7 @@ export default {
},
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};

View File

@ -168,7 +168,7 @@ export default {
loadGrid: false,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};

View File

@ -154,7 +154,7 @@ export default {
alrmFg: null,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};

View File

@ -160,7 +160,7 @@ export default {
fabFlag: false,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
routeData: {},
totalCount: 0,

View File

@ -111,7 +111,7 @@ export default {
edtingFinishFlag: 'Y',
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};