设备监控默认一次值
This commit is contained in:
@@ -447,9 +447,9 @@ const nodeClick = async (e: anyObj) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
//便携式设备默认二次值
|
//便携式设备默认二次值
|
||||||
if (deviceType.value == '1') {
|
// if (deviceType.value == '1') {
|
||||||
formInline.dataLevel = 'Secondary'
|
// formInline.dataLevel = 'Primary'
|
||||||
}
|
// }
|
||||||
dataSet.value = res.data.dataSetList[0].id
|
dataSet.value = res.data.dataSetList[0].id
|
||||||
handleClick()
|
handleClick()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user