qinxianzhangyao
2024-06-20 f8acaa2e9ff3cc2b1fd91d3d6372434d6c10f8f5
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;