hurugang il y a 5 ans
Parent
commit
856b7d0d51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/resources/static/js/unit_code.js

+ 1 - 1
src/main/resources/static/js/unit_code.js

@@ -335,7 +335,7 @@ function initSelect() {
                 window.location.href = '/thmz/login/view'
                 return;
             }
-            var html = '<option value="-1"></option>';
+            var html = '<option value="-1"></option>';
             $.each(res.data, function (commentIndex, comment) {
                 html += '<option value="' + comment.code + '">' + comment.name + '</option>';
             });