日程管理
This commit is contained in:
parent
ae8edeb831
commit
fe034ffe18
@ -95,7 +95,7 @@ const handleQuery = () => {
|
|||||||
const listHygl = ref<HyglVO[]>([]) // 列表的数据
|
const listHygl = ref<HyglVO[]>([]) // 列表的数据
|
||||||
const queryParamsHygl = reactive({
|
const queryParamsHygl = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 50,
|
||||||
title: undefined,
|
title: undefined,
|
||||||
userName: undefined,
|
userName: undefined,
|
||||||
userId: undefined,
|
userId: undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user