|
@ -242,7 +242,7 @@ Vue.component('copd-serve-num', {
|
|
|
vm.daLoading = true
|
|
|
var params = {
|
|
|
year: this.chooseYear,
|
|
|
range: 1 || this.rangeCode,
|
|
|
range: this.rangeCode,
|
|
|
area: this.areaCode == '350200' ? '' : this.areaCode
|
|
|
}
|
|
|
statisticAPI.exportServiceProgress(params, '服务人数配置及进度查询.xls').then(function (res) {
|
|
@ -313,7 +313,7 @@ Vue.component('copd-serve-num', {
|
|
|
vm.daLoading = true
|
|
|
var params = {
|
|
|
year: this.chooseYear,
|
|
|
range: 1 || this.rangeCode,
|
|
|
range: this.rangeCode,
|
|
|
area: this.areaCode == '350200' ? '' : this.areaCode
|
|
|
}
|
|
|
statisticAPI.getServiceProgress(params).then(function (res) {
|