|
@@ -111,9 +111,9 @@ function getTabData(activePage) {
|
|
post(url, param).then(res => {
|
|
post(url, param).then(res => {
|
|
if (res.data.code == '0') {
|
|
if (res.data.code == '0') {
|
|
const data = res.data.data || [];
|
|
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);
|
|
renderTab(data, data.hospitalId, activePage);
|
|
renderPagination(totalPage, Number(activePage), totalNum)
|
|
renderPagination(totalPage, Number(activePage), totalNum)
|
|
if (totalPage > 1) {
|
|
if (totalPage > 1) {
|