mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
Merge 496fed06679f58a719b428753a0aba92216b2759 into 6858a9ad67483025f6a9432a926beb9327037be3
This commit is contained in:
commit
fd1f6bc603
@ -271,7 +271,8 @@ export function debounce(func, wait, immediate) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return function(...args) {
|
return function(...args1) {
|
||||||
|
args = args1
|
||||||
context = this
|
context = this
|
||||||
timestamp = +new Date()
|
timestamp = +new Date()
|
||||||
const callNow = immediate && !timeout
|
const callNow = immediate && !timeout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user