微调
This commit is contained in:
@@ -542,7 +542,6 @@ let testType = "test";//检测还是复检
|
||||
|
||||
const handleSelectionChange = (selection: any[]) => {
|
||||
channelsSelection.value = selection
|
||||
console.log(selection);
|
||||
devNum = selection.length;
|
||||
devChannelsNum = 0;
|
||||
for (let i = 0; i < selection.length; i++) {
|
||||
@@ -569,8 +568,7 @@ const handleSelectionChange = (selection: any[]) => {
|
||||
});
|
||||
checkStore.clearDevices()
|
||||
checkStore.addDevices(devices)
|
||||
|
||||
|
||||
checkStore.setPlanId(selection[0].planId)
|
||||
}
|
||||
|
||||
//查询
|
||||
|
||||
Reference in New Issue
Block a user