diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsCollectManifestEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsCollectManifestEOServiceImpl.java index dc7be6228..cf0973a09 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsCollectManifestEOServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsCollectManifestEOServiceImpl.java @@ -697,6 +697,14 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl queryConditionVOList = JSONObject.parseArray(paramsCollectManifestVO.getQueryConditionVOListStr(), QueryConditionVO.class); diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 66dffac05..13d24b0b4 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -799,12 +799,12 @@ value: 'paramsNumber', text: this.$t('certificationCategoryNumber') }, - // { - // type: '', - // value: 'state', - // text: this.$t('status'), - // options: this.statusList//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 - // }, + { + type: '', + value: 'state', + text: this.$t('status'), + options: this.statusList//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 + }, { type: 'string', value: 'params_batch',