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.quickTest]: [...newList2.value, ...standardList2.value].length || 0
|
||||
};
|
||||
if (itemCountMap[testType.value] >= 8) {
|
||||
message.error(`添加失败,概念最多可添加8个`);
|
||||
if (itemCountMap[testType.value] >= 10) {
|
||||
message.error(`添加失败,概念最多可添加10个`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user