|
@ -106,7 +106,7 @@ Vue.component('plan-service', {
|
|
|
}
|
|
|
this.exportLoading = true
|
|
|
var fileName = `计划服务${new Date().getTime()}.xls`
|
|
|
httpRequest.downLoadFileForAjax('statistics/bed/exportGetFamilyBedPlanListStatistics', fileName, params).then(function () {
|
|
|
httpRequest.downLoadFileForAjax('statistics/bed/exportGetFamilyBedRecordPlanStatistics', fileName, params).then(function () {
|
|
|
vm.exportLoading = false
|
|
|
})
|
|
|
},
|