Commit 3619d165 by zhuzhequan

质检

parent b8a6914a
......@@ -173,7 +173,7 @@ export default function useQuarantine() {
// row.passNum += 1
currentRow.value = row
cloneRow.value = JSON.parse(JSON.stringify(currentRow.value))
if (!row.inspectionStatus) sourceData.value[index].scansNum = 1
if (!row.inspectionStatus && !sourceData.value[index].scansNum) sourceData.value[index].scansNum = 1
}
qaInputRef.value.focus()
isLock.value = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment