网格bug
This commit is contained in:
		| @@ -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) | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user