From 134cf21339727b9f9756db3becbf6a600f263763 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Mon, 20 Jun 2022 10:42:00 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E8=87=AA=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index a171d5023..a0f50274f 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -28,14 +28,14 @@ {{ record.dataValue == null? '--': record.dataValue}} + @click='ondataValueTobeinitiated(record)'>{{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue}} - {{ record.dataValue == null? '--': record.dataValue}} + {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue}} - {{ record.dataValue == null? '--': record.dataValue}} + {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue}} @@ -273,7 +273,7 @@ // 当前工程接口人的id this.getquerySdtId = record.id getAction(this.url.getquerySdtList, { - projectId: this.$route.query.id, + projectId: this.$route.query.projectId, dutyTerritory: record.dutyTerritory }).then((res) => { if (res.success) { @@ -339,7 +339,6 @@ 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()