hd před 1 týdnem
rodič
revize
236fe66ba8

+ 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()