mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
-- bug
This commit is contained in:
@@ -77,12 +77,12 @@ export function useBoeUserListPage(_url, params = {}, init = true) {
|
||||
...params
|
||||
})
|
||||
|
||||
watch(() => params.keyWord, throttle(fetch, 600))
|
||||
watch(() => params.keyword, throttle(fetch, 600))
|
||||
watch(() => params.page, fetch)
|
||||
|
||||
function fetch() {
|
||||
state.loading = true
|
||||
if (!params.keyWord) {
|
||||
if (!params.keyword) {
|
||||
state.loading = false
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user