qinxianzhangyao
2024-05-28 a5f1b080956017388e5d87e7d9d1cbb5632b6cd2
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;