This commit is contained in:
yanran200730
2022-05-06 19:08:32 +08:00
parent 195c6e3aa6
commit a076c7b331

View File

@@ -347,10 +347,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)
}