From fe70ca5799b3b36a6d567464b545782728b2afed Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 11 七月 2025 18:04:58 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index aaeebc6..270fb81 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -969,7 +969,7 @@
       // 鏌ヨ鍙傛暟
       queryParams: {
         pageNum: 1,
-        allhosp: "1",
+        allhosp: "0",
         pageSize: 10,
         searchscope: 2,
         notrequiredFlag: 0,
@@ -1125,12 +1125,12 @@
     /** 閲嶇疆鎸夐挳鎿嶄綔 */
     resetQuery() {
       this.dateRange = [];
-      (this.queryParams = {
+      this.queryParams = {
         pageNum: 1,
-        allhosp: "1",
+        allhosp: "0",
         pageSize: 10,
         searchscope: 2,
-      }),
+      };
         this.handleQuery();
     },
     // 澶氶�夋閫変腑鏁版嵁

--
Gitblit v1.9.3