qinxianzhangyao
2023-12-11 9d26234c1d5f760fcab4adea68984c02485bcf82
src/views/doctor/test/index.vue
@@ -671,8 +671,11 @@
    },
    getList() {
      this.loading = true
      this.queryParams.type = this.tjStatus;
      huaYangetProList(this.queryParams).then((response) => {
        if (response.code == 200) {
          this.loading = false
        if (response.data) {
          if (response.data.date) {
            this.tableList = response.data.date;
@@ -683,19 +686,26 @@
        } else {
          this.tableList = [];
        }
        }
      });
    },
    // 单选按钮
    radioChange(val) {
      this.loading = true
      this.queryParams.type = val;
      huaYangetProList(this.queryParams).then((response) => {
        if (response.code == 200) {
          this.loading = false
        if (response.data) {
          this.tableList = response.data.date;
          this.total = response.data.total;
        } else {
          this.tableList = [];
        }
        }
      });
    },
@@ -1352,6 +1362,7 @@
  height: 240px;
  overflow: auto
}
.setclass {
  background-color: #f86b35;
  color: black;