qinxianzhangyao
2024-06-21 4162d0e6692f3b02a183312d4e7f984a2a4baef5
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;