This commit is contained in:
caozehui
2025-01-08 10:01:56 +08:00
parent de5548bbbd
commit 4a7535e4f5

View File

@@ -778,7 +778,7 @@ const updateLog = (isStart: boolean) => {
// } // }
// } // }
const setErrorCheckItem = (scriptType: string, devices: any) => { const setErrorCheckItem = (scriptType: string, devices: any[]) => {
let flag = true let flag = true
for (let i = 0; i < devices.length; i++) { for (let i = 0; i < devices.length; i++) {
for (let j = 0; j < devices[i].chnResult.length; j++) { for (let j = 0; j < devices[i].chnResult.length; j++) {