设备类型
This commit is contained in:
@@ -635,8 +635,10 @@ const handleSelectionChange = (selection: any[]) => {
|
||||
channelsSelection.value = selection
|
||||
devNum = selection.length
|
||||
devChannelsNum = 0
|
||||
|
||||
for (let i = 0; i < selection.length; i++) {
|
||||
devChannelsNum += selection[i].dev_Chns
|
||||
|
||||
}
|
||||
|
||||
devTestedNum = selection.filter((item) => item.checkState === 2).length
|
||||
|
||||
Reference in New Issue
Block a user