微调
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user