Explorar o código

时效性相关统计报表

xtf hai 10 meses
pai
achega
3575ba647c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/js/uncorrectedCasesStatisticsAdm.js

+ 2 - 2
src/js/uncorrectedCasesStatisticsAdm.js

@@ -111,9 +111,9 @@ function getTabData(activePage) {
   post(url, param).then(res => {
     if (res.data.code == '0') {
       const data = res.data.data || [];
-      // renderTabTitle(data)
+      renderTabTitle(data)
 
-      if (isfirstRenderTitle === false) { renderTabTitle(data) }  //首次渲染渲染Table表头
+      // if (isfirstRenderTitle === false) { renderTabTitle(data) }  //首次渲染渲染Table表头
       renderTab(data, data.hospitalId, activePage);
       renderPagination(totalPage, Number(activePage), totalNum)
       if (totalPage > 1) {