fix(办公管理): 修复 办理任务指定审批人页面用户列表查询没有进行分页查询问题。

This commit is contained in:
konbai
2023-05-13 19:08:36 +08:00
parent 004575203c
commit b5c1bc0014

View File

@@ -274,6 +274,8 @@ export default {
}, },
// 查询参数 // 查询参数
queryParams: { queryParams: {
pageNum: 1,
pageSize: 10,
deptId: undefined deptId: undefined
}, },
total: 0, total: 0,