Browse Source

对接列表

hwy 1 month ago
parent
commit
712f3a9b6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      component/statistics/CopdServeNum/index.js

+ 2 - 2
component/statistics/CopdServeNum/index.js

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