From 4eadf6b7c7a9fb7b8da667dcf34473f40de2a862 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Wed, 1 Jun 2022 09:30:46 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=86=BB=E7=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/tableCollection/index.vue | 28 ++----------------- .../ParameterItemCollectionList.vue | 3 +- 2 files changed, 3 insertions(+), 28 deletions(-) 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() } },