去除最多勾选的限制
This commit is contained in:
@@ -351,12 +351,12 @@ export default {
|
||||
type: 'warning'
|
||||
})
|
||||
}
|
||||
if (this.selectedListRep.length + textArr.length > 20) {
|
||||
return this.$message({
|
||||
message: `${this.config.attrName}最多选择20项`,
|
||||
type: 'warning'
|
||||
})
|
||||
}
|
||||
// if (this.selectedListRep.length + textArr.length > 20) {
|
||||
// return this.$message({
|
||||
// message: `${this.config.attrName}最多选择20项`,
|
||||
// type: 'warning'
|
||||
// })
|
||||
// }
|
||||
this.selectedListRep.map((item) => {
|
||||
let texts = ''
|
||||
if (item.standYear != null && item.standYear !== '') {
|
||||
|
||||
Reference in New Issue
Block a user