qinxianzhangyao
2024-07-15 fb66c7aafd8d7ef6f4be05a0c12cfa3c4ca84863
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;