|
@@ -141,8 +141,8 @@ function A3recommend() {
|
|
<Button
|
|
<Button
|
|
type='primary'
|
|
type='primary'
|
|
onClick={() => {
|
|
onClick={() => {
|
|
- if (fromData.type === 'index' && tableList.length >= 30)
|
|
|
|
- return MessageFu.warning('最多支持30本!')
|
|
|
|
|
|
+ if (fromData.type === 'index' && tableList.length >= 50)
|
|
|
|
+ return MessageFu.warning('最多支持50本!')
|
|
if (fromData.type === 'rank' && tableList.length >= 10)
|
|
if (fromData.type === 'rank' && tableList.length >= 10)
|
|
return MessageFu.warning('最多支持10本!')
|
|
return MessageFu.warning('最多支持10本!')
|
|
setEditId(-1)
|
|
setEditId(-1)
|