hd 1 周之前
父節點
當前提交
236fe66ba8
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 1 1
      component/statistics/PlanService/index.js
  2. 3 0
      component/statistics/Referral/index.js

+ 1 - 1
component/statistics/PlanService/index.js

@ -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
      })
    },

+ 3 - 0
component/statistics/Referral/index.js

@ -147,6 +147,9 @@ Vue.component('referral', {
      this.size = val
      this.getList()
    },
    getImgUrl(url){
      return httpRequest.getImgUrl(url)
    }
  },
  mounted() {
    this.initTime()