@@ -15512,7 +15512,7 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[index].taskDetail3.replaceAll('#',''
let checkC2 = this.selectJson.select[z2];
if (checkC == checkC2) {
this.$message.error(
- `选项${this.optionTypeList[z]}和选项${this.optionTypeList[z2]}重复了,请修改!`
+ `选项${z + 1}和选项${z2 + 1}重复了,请修改!`
);
return;
}
@@ -14719,7 +14719,7 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[index].taskDetail3.replaceAll('#',''
@@ -8707,7 +8707,7 @@ export default {
for (var z2 = z + 1; z2 < this.selectJson.select.length; z2++) {
- this.$message.error(`选项${this.optionTypeList[z]}和选项${this.optionTypeList[z2]}重复了,请修改!`);
+ this.$message.error(`选项${z + 1}和选项${z2 + 1}重复了,请修改!`);
@@ -12468,7 +12468,7 @@ export default {