From a234c5c213e16a69cc7bd30ed48176a4c566a7cd Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Fri, 17 Jun 2022 16:42:49 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index 05f82f1b7..a171d5023 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -31,11 +31,11 @@ @click='ondataValueTobeinitiated(record)'>{{ record.dataValue == null? '--': record.dataValue}} - {{ record.dataValue }} + {{ record.dataValue == null? '--': record.dataValue}} - {{ record.dataValue }} + {{ record.dataValue == null? '--': record.dataValue}} @@ -339,6 +339,7 @@ paramsManifestId: this.$route.query.id, projectId: this.$route.query.projectId } + console.log(params,'pppp') getAction(this.url.getLoginUserType, params).then((res) => { if (res.success) { this.getTableList()