This commit is contained in:
yanran200730
2022-05-06 19:06:41 +08:00
parent 046b1d0c5a
commit 195c6e3aa6

View File

@@ -137,9 +137,9 @@ export default {
format (list) { format (list) {
return list.map(item => { return list.map(item => {
if (item.girdLevel !== '2') { // if (item.girdLevel !== '2') {
item.disabled = true // item.disabled = true
} // }
if (item.girdList && item.girdList.length) { if (item.girdList && item.girdList.length) {
item.girdList = this.format(item.girdList) item.girdList = this.format(item.girdList)