hwy 1 ヶ月 前
コミット
712f3a9b6f
1 ファイル変更2 行追加2 行削除
  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) {