|
@@ -19,13 +19,11 @@ $(function(){
|
|
|
const filterBoxWidth = $('.filterBox').width()
|
|
|
$('.patientNumInp').css('width', filterBoxWidth-82-15 +'px')
|
|
|
function getList(type){
|
|
|
- console.log('type',type)
|
|
|
if(!type){
|
|
|
post(api.getEntryByHospital,{}).then(res =>{
|
|
|
let result = res.data
|
|
|
if(result.code == '0'){
|
|
|
const data = result.data;
|
|
|
- console.log(data)
|
|
|
renderData(data)
|
|
|
|
|
|
}else{
|