微调
This commit is contained in:
@@ -841,9 +841,11 @@ const handleTest2 = async (val: string) => {
|
||||
// 只传递有监测点的设备
|
||||
|
||||
const targetPlan = props.planTable.data.find((item: any) => item.id === props.plan.id)
|
||||
|
||||
|
||||
// 检查数组长度是否为1且唯一元素是'wave_data'
|
||||
const isOnlyWave = targetPlan.datasourceIds.length === 1 && targetPlan.datasourceIds[0] === 'wave_data'
|
||||
|
||||
|
||||
deviceConnectionPopupRef.value?.open(
|
||||
filteredChannelsSelection,
|
||||
pqStandardDevList.value,
|
||||
|
||||
Reference in New Issue
Block a user