|
|
@ -64,8 +64,8 @@ const startWork = async () => { |
|
|
|
return |
|
|
|
} |
|
|
|
const errIndex = [] |
|
|
|
data.forEach((item, index) => { |
|
|
|
if (!item.hasSet) { |
|
|
|
sprayStore.sprayTaskParams.forEach((item, index) => { |
|
|
|
if (!item.hasSet && item.select) { |
|
|
|
errIndex.push(index) |
|
|
|
FtMessage.error(`玻片${index + 1}: 请设置喷涂参数`) |
|
|
|
} |
|
|
|