网格bug

This commit is contained in:
yanran200730
2022-05-09 16:06:59 +08:00
parent 61fed1f99f
commit a2925da21b
4 changed files with 5 additions and 21 deletions

View File

@@ -134,7 +134,7 @@ export default {
}
}
}
let IdNumberPass = (rule, value, callback) => {
if (value) {
if (this.idCardNoUtil.checkIdCardNo(value)) {
@@ -336,10 +336,6 @@ export default {
format (list) {
return list.map(item => {
if (item.girdLevel !== '2') {
item.disabled = true
}
if (item.girdList && item.girdList.length) {
item.girdList = this.format(item.girdList)
}