From 015aeab7a6a99afd0b24ee6ea7b5e4a9c950c3b5 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期一, 27 五月 2024 18:05:52 +0800
Subject: [PATCH] qxtj

---
 src/views/hosp/history/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/hosp/history/index.vue b/src/views/hosp/history/index.vue
index 8c215fb..24f32e0 100644
--- a/src/views/hosp/history/index.vue
+++ b/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;

--
Gitblit v1.8.0