fix: bug 打分题验重
This commit is contained in:
@@ -212,7 +212,7 @@ export default defineComponent({
|
||||
.replaceAll("\n", "");
|
||||
return $old === $item;
|
||||
});
|
||||
if (findIndex !== -1) {
|
||||
if (findIndex !== -1 && index != findIndex) {
|
||||
message.error(
|
||||
`提示:第${index + 1}个选项和第${
|
||||
findIndex + 1
|
||||
|
||||
Reference in New Issue
Block a user