WXL (wul)
2026-05-07 ecbcc059d43f64877551756de129c653d31d0032
src/views/sfstatistics/percentage/index.vue
@@ -184,13 +184,14 @@
      logsheetlist: [],
      Seedloading: false,
      patientqueryParams: {
        pn: 1,
        ps: 10
        pageNum: 1,
        pageSize: 10
      }
    }
  },
  created() {
    this.getDeptTree()
    this.loadCurrentTabData()
  },
  methods: {
    getDeptTree() {
@@ -296,7 +297,7 @@
      this.SeedetailsVisible = true
      this.Seedloading = true
      this.$refs.firstFollowUp.selectTimelyRate(row, this.queryParams.dateRange)
      this.$refs.firstFollowUp.selectTimelyRate(row, this.queryParams)
        .then(response => {
          this.logsheetlist = response.data.detail
          this.patienttotal = response.data.total
@@ -305,7 +306,9 @@
    },
    Seedetailstion() {
      this.$refs.firstFollowUp.selectTimelyRate(this.patientqueryParams)
      console.log(this.patientqueryParams);
      this.$refs.firstFollowUp.selectTimelyRates(this.patientqueryParams)
        .then(response => {
          this.logsheetlist = response.data.detail
          this.patienttotal = response.data.total