Commit 3a140a03 by pangchong

feat: 事件

parent 9c862d38
......@@ -74,7 +74,7 @@ const {
// Method实例获取函数,它将接收page和pageSize,并返回一个Method实例
(pageIndex: number, pageSize: number) => getEventList(pageIndex, pageSize),
{
watchingStates: [beginTime, endTime, () => chooseUser?.value?.id],
watchingStates: [beginTime, endTime, () => chooseUser?.value?.id, keyword],
// 请求前的初始数据(接口返回的数据格式)
initialData: {
total: 0,
......
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