通道配对

This commit is contained in:
sjl
2025-08-07 15:17:04 +08:00
parent fdc1fd6fbd
commit 88f1876ef0
2 changed files with 30 additions and 2 deletions

View File

@@ -742,7 +742,7 @@ const handleTest2 = () => {
if (matchedItem) {
dataSources.value = matchedItem.datasourceIds
}
deviceConnectionPopupRef.value?.open(channelsSelection.value, pqStandardDevList.value, dataSources.value)
deviceConnectionPopupRef.value?.open(channelsSelection.value, pqStandardDevList.value, dataSources.value,props.id)
}
/**