icd映射文件

This commit is contained in:
sjl
2025-11-13 08:42:05 +08:00
parent ff5c435b6e
commit 9ff9e7b923
8 changed files with 126 additions and 12 deletions

View File

@@ -215,7 +215,7 @@ const planIdKey = ref<string>('')
const deviceMonitor = ref<Map<string, any[]>>();
const planIsOnlyWave = ref(false)
const open = async (
title: string,
device: Device.ResPqDev[],
standardDev: StandardDevice.ResPqStandardDevice[],
fatherPlanId: string,
@@ -223,6 +223,7 @@ const open = async (
checkType: string,
isOnlyWave:boolean
) => {
dialogTitle.value = title
planIsOnlyWave.value = isOnlyWave
CompareTestVisible.value = false
devIdList.value = device