From ba772ed9b7e6009f57bd6b4f95f43ff61b12dd9b Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 07 七月 2025 10:10:15 +0800
Subject: [PATCH] zongjianshenhe

---
 src/views/hosp/order/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index 3127430..454434d 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -1957,6 +1957,8 @@
       this.DataList = [];
       this.DataList3 = [];
       this.Datalists = [];
+      this.filterText = "",
+      this.filterage = "",
       this.TotalPrice1 = 0;
       this.orderId = row.orderId;
       this.cusId = row.tjCusIdCard;
@@ -2033,6 +2035,8 @@
       this.DataList = [];
       this.DataList3 = [];
       this.Datalists = [];
+      this.filterText = "",
+      this.filterage = "",
       this.TotalPrice1 = 0;
       this.orderId = this.ids;
       this.cusId = this.cusIds;

--
Gitblit v1.8.0