소스 검색

修复bug

laiguoran 3 년 전
부모
커밋
b3e64a1d66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/public/js/change_apply_information.js

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

@@ -173,7 +173,7 @@ $(document).ready(() => {
         }
     });
 
-    $('#project-table select').change(function () {
+    $('#apply-table select').change(function () {
         const val_name = $(this).attr('data-name');
         let val = _.trim($(this).val()) !== '' ? _.trim($(this).val()) : null;
         if(change[val_name] !== val) {