From 5dd7e6a929402e413a6b16e0fce6b7e69d1c02ff Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 07 一月 2026 09:27:17 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/discharge/index.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 700d638..b2cd766 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -1382,13 +1382,13 @@
         this.topqueryParams.leavehospitaldistrictcodes =
           store.getters.belongWards.map((obj) => obj.districtCode);
       }
-      // if (this.endOut == 0) {
-        // this.topqueryParams.endSendDateTime = this.formatDateToYYYYMMDDHHMMSS(
-        //   this.getEndOfDay()
-        // );
-      // } else {
-      //   this.topqueryParams.endSendDateTime = null;
-      // }
+      if (this.endOut == 0) {
+        this.topqueryParams.endSendDateTime = this.formatDateToYYYYMMDDHHMMSS(
+          this.getEndOfDay()
+        );
+      } else {
+        this.topqueryParams.endSendDateTime = null;
+      }
       // 鎺ュ彈寮傚父璺宠浆
       if (this.errtype) {
         this.topqueryParams.leavehospitaldistrictcodes.push(

--
Gitblit v1.9.3