From a30f5ac1fd3b69457b16f8332cd918aa2f5a093b Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期一, 02 十二月 2024 11:37:42 +0800
Subject: [PATCH] 条码复制完成

---
 src/views/ecg/appointment/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/ecg/appointment/index.vue b/src/views/ecg/appointment/index.vue
index a380376..2cdc8e1 100644
--- a/src/views/ecg/appointment/index.vue
+++ b/src/views/ecg/appointment/index.vue
@@ -214,6 +214,7 @@
 const queryParams = reactive({
   pageNo: 1,
   pageSize: 10,
+  applyNo: undefined,
   patId: undefined,
   patName: undefined,
   patGender: undefined,

--
Gitblit v1.9.3