From 5114d3dba1f1ec0fbb6b3df646eb904acf32b1ce Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Mon, 8 Aug 2022 14:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=96=87=E6=A1=A3=E5=AF=B9?= =?UTF-8?q?=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/commentList.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/jero-web/src/views/documentTools/documentComparison/components/commentList.vue b/jero-web/src/views/documentTools/documentComparison/components/commentList.vue index 6a2b663b4..06eac92d7 100644 --- a/jero-web/src/views/documentTools/documentComparison/components/commentList.vue +++ b/jero-web/src/views/documentTools/documentComparison/components/commentList.vue @@ -26,27 +26,27 @@
- {{item.createBy}} + {{item.name}} {{item.createTime}}
- {{item.comment}} + {{item.content}}
-
-
+
+
- {{val.createBy}} + {{val.name}} {{val.createTime}}
- {{val.comment}} + {{val.content}}
@@ -112,7 +112,7 @@ confirmLoading: false, visibleComment: false, url: { - list: '/compare/sarFileCompareResComment/list', + list: '/compare/sarFileCompareResComment/queryListByInfoId', add: '/compare/sarFileCompareResComment/add', edit: '/compare/sarFileCompareResComment/edit' }, @@ -161,7 +161,7 @@ getList() { this.loading = true getAction(this.url.list, { - infoId: this.$route.query.id, + id: this.$route.query.id, commentContent: this.commentContent }).then((res) => { if (res.success) { @@ -184,7 +184,6 @@ Action = postAction query = { comment: this.formInline.commentContent, - projectLibraryId: this.$route.query.id, infoId: this.$route.query.id } } else if (this.title == this.$t('replyToComments')) {