From f81ab35af54ef691be092e320ef50f7c13a3233a Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Mon, 27 Sep 2021 11:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=20=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 008854ce6..80504faf1 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2883,9 +2883,9 @@ const dynamicFormField = standEO ? standEO.attrInfoMap : {} formFieldList.forEach((field) => { // 相关流程权限 - if (field.attrField === 'XGLC' && !this.$_has('6A52PZCAX8BAUUJ2TSQ4')) { - return - } + // if (field.attrField === 'XGLC' && !this.$_has('6A52PZCAX8BAUUJ2TSQ4')) { + // return + // } displayLocation.forEach((location) => { location.isShowImp = '0' if (dynamicFormField) {