Explorar o código

兼容内网导出

lincl hai 1 ano
pai
achega
07e69dbc23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/statistics/js/mzfV1rzReport.js

+ 1 - 1
app/statistics/js/mzfV1rzReport.js

@ -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
			})