Commit 5b8fe4d1 authored by 祁正's avatar 祁正

改bug

parent f56a631f
......@@ -113,7 +113,7 @@
:total="total"
v-model:page="queryParams.pageNum"
v-model:limit="queryParams.pageSize"
@pagination="getList"
@pagination="getTableDataList"
/>
......@@ -140,7 +140,7 @@ const queryParams = reactive({
approveType:null,
createBy:null,
pageNum: 1,
pageSize: 10,
pageSize: 10
})
//方法定义
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment