This commit is contained in:
caozehui
2025-02-25 11:00:04 +08:00
parent f46b8c0a56
commit 89303b44ae
4 changed files with 8 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ const handleStart = () => {
if (count === 0) {
ElMessage.warning('请选择测试内容!')
} else {
checkStore.setCheckType(0)
checkStore.setSelectTestItems({...formContent})
handleClose()
emit('openTestDialog')