@@ -36,7 +36,7 @@
<span class="filterclear abnormalClear">重置</span>
</div>
<div style="display: table;padding-right: 20px;">
- <table>
+ <table class="key-list">
<thead>
<th class="moduleName" style="width: 65px;">序号</th>
<th class="beHospitalId textCenter" code="deptName">科室名称</th>
@@ -139,7 +139,7 @@ function renderTab(data,hisId,activePage){
</tr>
`
}
- $('tbody').html(str?str:emptyBox())
+ $('.key-list tbody').html(str?str:emptyBox())
/*bindScoreDetail(hisId)*/
$(".goHomeDetail").click(function(){
let casesName = $(this).attr("data-name");