【新增】题型判分规则
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user