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

+ 1 - 3
src/main/resources/static/js/mz/add_mzzyreq.js

@@ -440,9 +440,7 @@ function initListDeptSelect() {
             }
             var html = '';
             $.each(data.data, function (commentIndex, comment) {
-                if(comment.code != '8000020'){
-                    html += '<option value="' + comment.code + '">' + comment.name + '(' + comment.pyCode + ')</option>';
-                }
+                html += '<option value="' + comment.code + '">' + comment.name + '(' + comment.pyCode + ')</option>';
             });
             $('#inpatientWardBeHospitalized').empty();
             $('#inpatientWardBeHospitalized').html(html);