【修复】告警通知,分页和页显示数参数监听问题

This commit is contained in:
chudong
2025-05-15 14:34:16 +08:00
parent a1200f617f
commit 7c211ad967

View File

@@ -158,6 +158,7 @@ export const useController = () => {
limit: 10, limit: 10,
search: '', search: '',
}, },
watchValue: ['p', 'limit'],
}) })
// 分页实例 // 分页实例