Quellcode durchsuchen

费用申请-批量审批睡眠

lgl vor 11 Monaten
Ursprung
Commit
45cf103cba
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      src/main/resources/templates/prjapproverecord/list.html

+ 3 - 1
src/main/resources/templates/prjapproverecord/list.html

@@ -581,7 +581,9 @@
581 581
                                 contentType: "application/json",
582 582
                                 data: JSON.stringify(project),
583 583
                                 success: function (res) {
584
-                                    return true;
584
+                                    setTimeout(() => {
585
+                                        console.log('睡眠0.09秒');
586
+                                    }, 0.09);
585 587
                                 },
586 588
                                 error: function (error) {
587 589
                                 }