From 5268156d9fa4baa7e96c72d447512711f068c29d Mon Sep 17 00:00:00 2001 From: zhengzhou Date: Fri, 26 Mar 2021 15:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E4=BB=98=E7=89=A9=20=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E6=9F=A5=E7=9C=8B=E6=8E=A5=E6=94=B6=E6=96=B9=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/archive-view/index.vue | 22 ++++++++++--------- .../archive-view/list-file-item.vue | 12 +++++----- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/src/views/main_web/workspace/components/archive-view/index.vue b/src/views/main_web/workspace/components/archive-view/index.vue index 1554d35f..d8dc27c8 100644 --- a/src/views/main_web/workspace/components/archive-view/index.vue +++ b/src/views/main_web/workspace/components/archive-view/index.vue @@ -2,7 +2,7 @@
从成果中选择交付物
-
查看接收方消息
+
查看接收方信息
企业名称:
-
+
{{receiverInfo.compAllName}}
项目名称:
-
+
{{receiverInfo.projName}}
关联模板名称:
-
+
{{receiverInfo.tempName}}
-
+
对接模板节点:
-
+
{{receiverInfo.folderName}}
-
+
@@ -298,7 +298,9 @@ export default { * 查看接收方信息 */ async fetchReceiverInfo() { - + const res = await this.$fetchApi('folder/queryProjAcceptInfoByDeliverablesFolderId', { deliverablesFolderId: this.currentNodeFolder.id, projId: this.projectId }); + wrapErrorHint(res); + this.receiverInfo = firstCharToLowerCase(res.Data || {}); }, } } diff --git a/src/views/main_web/workspace/components/archive-view/list-file-item.vue b/src/views/main_web/workspace/components/archive-view/list-file-item.vue index 4fa946ff..d78842fb 100644 --- a/src/views/main_web/workspace/components/archive-view/list-file-item.vue +++ b/src/views/main_web/workspace/components/archive-view/list-file-item.vue @@ -23,11 +23,13 @@