src/views/sfstatistics/percentage/index.vue
@@ -475,8 +475,14 @@ obj.deptcodes = [row.deptcode]; obj.leavehospitaldistrictcodes = []; } if (this.queryParams.endTime) { obj.endTime = this.queryParams.endTime; obj.startTime = this.queryParams.startTime; } else { obj.startTime = this.parseTime(this.queryParams.dateRange[0]); obj.endTime = this.parseTime(this.queryParams.dateRange[1]); } obj.statisticaltype = this.queryParams.statisticaltype; getSfStatisticsHyperlink(obj).then((response) => {