|
@@ -215,7 +215,7 @@ function getTabData(activePage){
|
|
|
}
|
|
|
$('.pagination').html("")
|
|
|
$('.tbody').html(emptyBox('努力加载中...','',1))
|
|
|
- post(api.getPage,param).then(res =>{
|
|
|
+ post(api.getMedNursePage,param).then(res =>{
|
|
|
if(res.data.code == '0'){
|
|
|
const data = res.data.data.records
|
|
|
const totalPage = res.data.data.pages
|