This commit is contained in:
caozehui
2025-08-19 19:16:20 +08:00
parent dc6a346fd4
commit d761c0449b
3 changed files with 11 additions and 1 deletions

View File

@@ -212,6 +212,7 @@ const handleSubmitAgain = async () => {
standardDevIds: standardDevIds.value,
pairs:pairs.value,
testItemList:[checkStore.selectTestItems.preTest,false,checkStore.selectTestItems.test],
userId: userStore.userInfo.id,
})
preTestStatus.value = 'start'
@@ -235,6 +236,7 @@ const handleSubmitFast = async () => {
standardDevIds: standardDevIds.value,
pairs:pairs.value,
testItemList:[checkStore.selectTestItems.preTest,false,checkStore.selectTestItems.test],
userId: userStore.userInfo.id,
})
preTestStatus.value = 'start'
}
@@ -251,6 +253,7 @@ const handleSubmitFast = async () => {
standardDevIds: standardDevIds.value,
pairs:pairs.value,
testItemList:[checkStore.selectTestItems.preTest,false,checkStore.selectTestItems.test],
userId: userStore.userInfo.id,
})
}
TestStatus.value = 'start'