Jelajahi Sumber

对接列表

hwy 1 bulan lalu
induk
melakukan
712f3a9b6f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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) {