From a076c7b331ef44177d3ccd1a661c476fa1b142fc Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 6 May 2022 19:08:32 +0800 Subject: [PATCH] 29513 --- project/sass/apps/AppSpecialPrison/components/Add.vue | 4 ---- 1 file changed, 4 deletions(-) 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) }