diff --git a/project/sass/apps/AppSpecialPrison/components/Add.vue b/project/sass/apps/AppSpecialPrison/components/Add.vue index 4a223de0..7a1ebd95 100644 --- a/project/sass/apps/AppSpecialPrison/components/Add.vue +++ b/project/sass/apps/AppSpecialPrison/components/Add.vue @@ -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) }