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