From 195c6e3aa67bc27f72b4bf9d6484151bdbfc43f6 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 6 May 2022 19:06:41 +0800 Subject: [PATCH] 29512 --- project/sass/apps/AppCommunityManage/components/Add.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/sass/apps/AppCommunityManage/components/Add.vue b/project/sass/apps/AppCommunityManage/components/Add.vue index 648ab1e4..0123f775 100644 --- a/project/sass/apps/AppCommunityManage/components/Add.vue +++ b/project/sass/apps/AppCommunityManage/components/Add.vue @@ -137,9 +137,9 @@ export default { format (list) { return list.map(item => { - if (item.girdLevel !== '2') { - item.disabled = true - } + // if (item.girdLevel !== '2') { + // item.disabled = true + // } if (item.girdList && item.girdList.length) { item.girdList = this.format(item.girdList)