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) {