更新问诊表重复提交
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
function debounce(fn, delay){
|
||||
function debounce(fn, delay=800){
|
||||
let timer = null;
|
||||
return function(){
|
||||
clearTimeout(timer);
|
||||
|
||||
Reference in New Issue
Block a user