mirror of https://github.com/allinssl/allinssl
【修复】告警通知,分页和页显示数参数监听问题
parent
a1200f617f
commit
7c211ad967
|
@ -158,6 +158,7 @@ export const useController = () => {
|
||||||
limit: 10,
|
limit: 10,
|
||||||
search: '',
|
search: '',
|
||||||
},
|
},
|
||||||
|
watchValue: ['p', 'limit'],
|
||||||
})
|
})
|
||||||
|
|
||||||
// 分页实例
|
// 分页实例
|
||||||
|
|
Loading…
Reference in New Issue