Commit ac9e5882 authored by qiyaxin's avatar qiyaxin

Merge remote-tracking branch 'origin/master'

parents 01691c91 5b8fe4d1
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
:total="total" :total="total"
v-model:page="queryParams.pageNum" v-model:page="queryParams.pageNum"
v-model:limit="queryParams.pageSize" v-model:limit="queryParams.pageSize"
@pagination="getList" @pagination="getTableDataList"
/> />
...@@ -140,7 +140,7 @@ const queryParams = reactive({ ...@@ -140,7 +140,7 @@ const queryParams = reactive({
approveType:null, approveType:null,
createBy:null, createBy:null,
pageNum: 1, 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