WXL (wul)
3 天以前 5df476ae693d7577c7a0031ae12c67558b9832a7
src/views/Satisfaction/diseaseStatistics/index.vue
@@ -14,6 +14,7 @@
          <el-select
            v-model="queryParams.statisticaltype"
            placeholder="请选择统计类型"
            @change="handleQuery"
          >
            <el-option
              v-for="item in Statisticallist"
@@ -407,6 +408,7 @@
    },
    handleQuery() {
      if (!this.queryParams.dateRange) this.queryParams.dateRange = [];
      this.queryParams.startTime = this.parseTime(
        this.queryParams.dateRange[0]
      );
@@ -514,6 +516,8 @@
    SeedetailsgGo(row) {
      this.SeedetailsVisible = false;
      this.infotitleVisible = false;
      let type = "";
      if (row.preachformson && row.preachformson.includes("3")) {
        type = 1;