diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index b7e1dc86a..48c714efb 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -27,34 +27,10 @@ - + - + {{ record.dataValue == null? '--': record.dataValue}} - - - {{ record.dataValue == null? '--': record.dataValue}} - - - {{ record.dataValue == null? '--': record.dataValue}} - - - {{ record.dataValue == null? '--': record.dataValue}} - - - {{ record.dataValue == null? '--': record.dataValue}} - - - {{ record.dataValue == null? '--': record.dataValue}} - - - {{ record.dataValue == null? '--': record.dataValue}} - - - {{ record.dataValue == null? '--': record.dataValue}} - - - {{ record.dataValue == null? '--': record.dataValue}} diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 010377b9f..9ec1349a7 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -624,7 +624,7 @@ export default { }, getFreeze() { let _this = this - let param = {paramsManifestId: this.paramsManifest.id, configFlag: 2} + let param = {paramsManifestId: this.paramsManifest.id, configFlag: 1} axios({ url: '/jero-boot/params/collectManifest/getConfigLableList', method: 'post', @@ -657,7 +657,6 @@ export default { distributionAndCollectionJurisdiction() { let homoJurisdictionBatchdelete = this.homoJurisdictionBatchdelete() if(homoJurisdictionBatchdelete) { - console.log(';;;;') this.distributionAndCollection() } },