From 38a40fefc0c7c6afb17958f6827304dbefda9873 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期二, 24 六月 2025 08:58:28 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region

---
 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 e883655..0068a69 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -2014,6 +2014,8 @@
       this.DataList3 = [];
       this.Datalists = [];
       this.TotalPrice1 = 0;
+      this.filterText = "",
+      this.filterage = "",
       this.orderId = row.orderId;
       this.cusId = row.tjCusIdCard;
       this.userId = row.userId;
@@ -2094,6 +2096,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