From 2020308acf683dbcc4e754bdaf937143ff44cc53 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 23 十月 2024 16:46:19 +0800 Subject: [PATCH] 诊室选择 显示工位检查项目 --- src/api/ecg/room/index.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts index 1d1d1c1..8b3e819 100644 --- a/src/api/ecg/room/index.ts +++ b/src/api/ecg/room/index.ts @@ -11,6 +11,7 @@ docId: number | null docName: string | null checkTypes: number[] + opType: number } export interface MonitorInfo { -- Gitblit v1.9.3