qinxianzhangyao
2024-06-25 b54b3c4662338ca0897b8dbc9172f7f00306a09d
src/views/hosp/history/index.vue
@@ -293,7 +293,7 @@
      this.loading = true;
      listHarmType().then((response) => {
        this.harmTypeList = response.rows;
        this.loading = false;
      });
      getOrderList(this.queryParams).then((response) => {
        this.orderList = response.data.list;