更新问诊表重复提交

This commit is contained in:
zoujiandong
2023-12-19 10:20:29 +08:00
parent d3137d149e
commit 49af4f2505
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
function debounce(fn, delay){
function debounce(fn, delay=800){
let timer = null;
return function(){
clearTimeout(timer);