正式检测-预检测提示及日志功能
This commit is contained in:
@@ -573,13 +573,9 @@ const handleSelectionChange = (selection: any[]) => {
|
||||
if(selection.length > 0){
|
||||
checkStore.clearDevices()
|
||||
checkStore.addDevices(devices)
|
||||
checkStore.setPlanId(selection[0].planId)
|
||||
}else{
|
||||
checkStore.clearDevices()
|
||||
checkStore.setPlanId('')
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//查询
|
||||
|
||||
Reference in New Issue
Block a user