icd映射文件
This commit is contained in:
@@ -278,7 +278,6 @@ const open = async (
|
||||
pairs.value = pair
|
||||
showSteps.value = true
|
||||
initOperate()
|
||||
dialogTitle.value = title
|
||||
dialogVisible.value = true
|
||||
|
||||
// 等待组件渲染完成
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -845,8 +845,9 @@ const handleTest2 = async (val: string) => {
|
||||
|
||||
// 检查数组长度是否为1且唯一元素是'wave_data'
|
||||
const isOnlyWave = targetPlan.datasourceIds.length === 1 && targetPlan.datasourceIds[0] === 'wave_data'
|
||||
|
||||
dialogTitle.value = val
|
||||
deviceConnectionPopupRef.value?.open(
|
||||
dialogTitle.value,
|
||||
filteredChannelsSelection,
|
||||
pqStandardDevList.value,
|
||||
props.id,
|
||||
|
||||
Reference in New Issue
Block a user