瀏覽代碼

删除门诊分类码中多余的‘无’选项

lighter_217 4 月之前
父節點
當前提交
2deba8e15b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/static/js/mz/unit_code.js

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

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