Selaa lähdekoodia

queryForm 取消时间控件自动提交

ajun 5 vuotta sitten
vanhempi
commit
4fec6080b4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      resources/js/queryForm/queryForm.js

+ 1 - 1
resources/js/queryForm/queryForm.js

@@ -1106,7 +1106,7 @@ const query = function getQueryForm(data) {
         });
         });
         $(_form).find("input[type='date']").change(function (e) {
         $(_form).find("input[type='date']").change(function (e) {
             setTimeout(function () {
             setTimeout(function () {
-                if (_this.keydownSearch)_this.onsubmit();
+                // if (_this.keydownSearch)_this.onsubmit();
                 if (controlJsType(_this.keydownfun, 'fun')) _this.keydownfun();
                 if (controlJsType(_this.keydownfun, 'fun')) _this.keydownfun();
             },100);
             },100);
         });
         });