WXL (wul)
6 天以前 a5cba9ab040f6f97558046885dce3017f9bab7e9
src/views/Satisfaction/diseaseStatistics/components/FirstFollowUp.vue
@@ -190,6 +190,7 @@
            </template>
          </el-table-column>
          <el-table-column
            v-if="orgname != '景宁畲族自治县人民医院'"
            label="成功率"
            align="center"
            width="120"
@@ -404,7 +405,7 @@
      delete params.leavehospitaldistrictcodes.all;
      delete params.deptcodes.all;
      params.rateDay = 7;
      params.rateDay = this.orgname == "龙泉市人民医院" ? 21 : 7;
      getSpecialSfStatistics(params)
        .then((response) => {
          this.tableData = this.customSort(response.data);
@@ -617,7 +618,7 @@
      if (!row.doctorStats) {
        this.loading = true;
        params.rateDay = 7;
        params.rateDay = this.orgname == "龙泉市人民医院" ? 21 : 7;
        getSpecialSfStatistics(params).then((res) => {
          this.$set(row, "doctorStats", res.data);