枚举类型维护页面分页修改
This commit is contained in:
parent
8068b7ab77
commit
9aa28ab002
@ -302,7 +302,7 @@ const handleNodeClick = (data: any) => {
|
||||
const currentPage = ref(1)
|
||||
const currentPageSize = ref(20)
|
||||
const pageTotal = ref(0)
|
||||
const pagePagination = ref([10, 20, 30])
|
||||
const pagePagination = ref([20, 50, 100])
|
||||
const handleSizeChange = (val: number) => {
|
||||
queryListData.pageSize = val
|
||||
queryenumValueMethod(queryListData)
|
||||
|
Loading…
Reference in New Issue
Block a user