Skip to content

Commit afb0f37

Browse files
committed
CVAuto:解决纠错时报错 compareRandomIds undefined
1 parent eda057e commit afb0f37

File tree

1 file changed

+1
-1
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/cv/js

1 file changed

+1
-1
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/cv/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11916,7 +11916,7 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
1191611916
it.hintMessage = '结果正确'
1191711917
if (isRandom && tr.randomId != null) {
1191811918
var sameRandomIds = this.sameRandomIds || [];
11919-
if (! compareRandomIds.includes(tr.randomId)) {
11919+
if (! sameRandomIds.includes(tr.randomId)) {
1192011920
sameRandomIds.push(tr.randomId);
1192111921
this.sameRandomIds = sameRandomIds;
1192211922
}

0 commit comments

Comments
 (0)