From 3339fa19a6b295e827f4fc41694701490cbd3e66 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 10 四月 2025 11:20:08 +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