Explorar el Código

更改搜索提交方式

laiguoran hace 3 años
padre
commit
18774f706b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/public/js/change_information_set.js

+ 1 - 1
app/public/js/change_information_set.js

@@ -818,7 +818,7 @@ $(document).ready(() => {
             $(this).blur();
         }
     });
-    $('#list-input').on('blur', function (e, previous) {
+    $('#list-input').on('blur', function () {
         const select = parseInt($('#select-list').val());
         const value = $(this).val();
         let showListData = changeListData;