禅道bug
This commit is contained in:
@@ -310,12 +310,13 @@
|
||||
type: 'warning'
|
||||
})
|
||||
}
|
||||
if (this.selectedListRep.length + textArr.length > 20) {
|
||||
return this.$message({
|
||||
message: '代替标准号最多选择20项',
|
||||
type: 'warning'
|
||||
})
|
||||
}
|
||||
//去除最多勾选20条限制
|
||||
// if (this.selectedListRep.length + textArr.length > 20) {
|
||||
// return this.$message({
|
||||
// message: '代替标准号最多选择20项',
|
||||
// type: 'warning'
|
||||
// })
|
||||
// }
|
||||
this.selectedListRep.map((item) => {
|
||||
let texts = ''
|
||||
if (item.standYear != null && item.standYear !== '') {
|
||||
|
||||
Reference in New Issue
Block a user