WXL (wul)
8 天以前 ffa22cc18c75c0a73a3fd987e2b62fbf55316db2
src/views/sfstatistics/percentage/index.vue
@@ -204,7 +204,7 @@
import { getSfStatisticsHyperlink } from "@/api/AiCentre/index";
export default {
  name: "FollowUpStatistics",
  name: "Percentage",
  components: {
    FirstFollowUp,
    SecondFollowUp,
@@ -427,6 +427,9 @@
        obj.deptcodes = [row.deptcode];
        obj.leavehospitaldistrictcodes = [];
      }
      obj.endTime = this.queryParams.endTime;
      obj.startTime = this.queryParams.startTime;
      obj.statisticaltype = this.queryParams.statisticaltype;
      getSfStatisticsHyperlink(obj).then((response) => {
        this.infotitlelist = response.data;