Merge branch 'main' of https://git.jsspisoft.com/ry-das
This commit is contained in:
commit
36e91f2d98
@ -302,7 +302,7 @@ const handleNodeClick = (data: any) => {
|
|||||||
const currentPage = ref(1)
|
const currentPage = ref(1)
|
||||||
const currentPageSize = ref(20)
|
const currentPageSize = ref(20)
|
||||||
const pageTotal = ref(0)
|
const pageTotal = ref(0)
|
||||||
const pagePagination = ref([10, 20, 30])
|
const pagePagination = ref([20, 50, 100])
|
||||||
const handleSizeChange = (val: number) => {
|
const handleSizeChange = (val: number) => {
|
||||||
queryListData.pageSize = val
|
queryListData.pageSize = val
|
||||||
queryenumValueMethod(queryListData)
|
queryenumValueMethod(queryListData)
|
||||||
|
Loading…
Reference in New Issue
Block a user