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