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