Kaynağa Gözat

巡检修改

ellisran 1 hafta önce
ebeveyn
işleme
d6615cb567
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      app/public/js/change_information.js

+ 3 - 3
app/public/js/change_information.js

@@ -5801,9 +5801,9 @@ $(document).ready(() => {
             }
         });
         $('#change_form textarea').on('keypress', function () {
-            if(window.event.keyCode === 13) {
-                $(this).blur();
-            }
+            // if(window.event.keyCode === 13) {
+            //     $(this).blur();
+            // }
         });
         $('#change_form input[type="text"]').blur(function () {
             let val_name = $(this).attr('name');