diff --git a/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue b/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue index c6536ce..aac6c67 100644 --- a/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue +++ b/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue @@ -810,7 +810,7 @@ export default { ); }, dataYesNo(data) { - if (data.length < 1 || !data) { + if (data.length < 1 && !data) { return true; } let list = [];