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