|
@@ -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);
|