禅道bug

This commit is contained in:
宋伟佳
2022-03-26 15:08:35 +08:00
parent 87e2f0dabe
commit a429ac06ae
7 changed files with 18 additions and 17 deletions
@@ -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 !== '') {