【新增】题型判分规则

This commit is contained in:
YOHO\20373
2025-05-18 00:01:29 +08:00
committed by 陆光LG
parent ad22af796d
commit 7c353b4e08
12 changed files with 106 additions and 10 deletions

View File

@@ -436,9 +436,9 @@ const openForm = (type: string, id?: number) => {
return message.confirm('请选择题型!');
}
if (chooseQuestionType.value.includes("选择题")){
cformRef.value.open(type, id)
} else {
formRef.value.open(queryParams, type, id)
} else {
cformRef.value.open(type, id)
}
}