Browse Source

文案修改

hurugang 5 years ago
parent
commit
856b7d0d51
1 changed files with 1 additions and 1 deletions
  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>';
             });