From ac4842e39089ce06a004db3f4a53e8cafb2358bf Mon Sep 17 00:00:00 2001 From: 刘有才luck <14606842+liu-youcai-luck@user.noreply.gitee.com> Date: Fri, 6 Dec 2024 15:03:54 +0800 Subject: [PATCH] wip:bug修复 --- src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []; -- libgit2 0.21.4