qinxianzhangyao
2023-12-11 9d26234c1d5f760fcab4adea68984c02485bcf82
src/views/doctor/imaging/index.vue
@@ -670,8 +670,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;
@@ -682,19 +685,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 = [];
        }
        }
      });
    },
@@ -1354,6 +1364,7 @@
  padding-left: 10px;
  padding-right: 10px;
}
.setclass {
  background-color: #f86b35;
  color: black;