@ -398,7 +398,7 @@ Vue.component('mzf-v1rzreport', {
}
var jsonStr = JSON.stringify(data)
statisticAPI.exportHospitalEntryCount({
jsonStr
jsonStr: encodeURIComponent(jsonStr)
},'v1\入组情况报表.xls').then(function(res){
vm.loadingTwo = false
})