Merge branch 'master' into feature_20250430
This commit is contained in:
@@ -156,8 +156,8 @@ function onAddItem(standardAndNewest) {
|
|||||||
[testTypeEnum.standard]: [...newList1.value, ...standardList1.value].length || 0,
|
[testTypeEnum.standard]: [...newList1.value, ...standardList1.value].length || 0,
|
||||||
[testTypeEnum.quickTest]: [...newList2.value, ...standardList2.value].length || 0
|
[testTypeEnum.quickTest]: [...newList2.value, ...standardList2.value].length || 0
|
||||||
};
|
};
|
||||||
if (itemCountMap[testType.value] >= 8) {
|
if (itemCountMap[testType.value] >= 10) {
|
||||||
message.error(`添加失败,概念最多可添加8个`);
|
message.error(`添加失败,概念最多可添加10个`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user