From 0e3739a705a7d34b5ba7302e1ad08cffc3b9f6ca Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 09 六月 2025 17:20:33 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index 2c2d0ea..23b2740 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -1069,7 +1069,7 @@
// 鏌ヨ鍙傛暟
queryParams: {
pageNum: 1,
- allhosp: "1",
+ allhosp: "0",
pageSize: 10,
notrequiredFlag: 0,
searchscope: 2,
@@ -1258,7 +1258,7 @@
this.dateRange = [];
this.queryParams = {
pageNum: 1,
- allhosp: "1",
+ allhosp: "0",
pageSize: 10,
notrequiredFlag: 0,
searchscope: 2,
--
Gitblit v1.9.3