From 17249c16fa000ea5bd41eac0dadf8bfb8eff14a9 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 17 Aug 2023 14:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pidu/app/AppSensitive/components/Detail.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/project/pidu/app/AppSensitive/components/Detail.vue b/project/pidu/app/AppSensitive/components/Detail.vue index 835eb3f3..25bf5d28 100644 --- a/project/pidu/app/AppSensitive/components/Detail.vue +++ b/project/pidu/app/AppSensitive/components/Detail.vue @@ -447,7 +447,9 @@ this.getMsgList() }, getKeyWordList() { - this.instance.post(`/app/appsessionarchiveinfo/listByKeywordRecord`, null, { + var url = this.listInfo.seq ? `/app/appsessionarchiveinfo/listByKeywordRecord?seq=${this.listInfo.seq}` + : `/app/appsessionarchiveinfo/listByKeywordRecord?msgId=${this.params.msgId}` + this.instance.post(url, null, { params: { userId: this.id, type: this.tabIndex, @@ -460,8 +462,8 @@ content: this.searchMsg, startTime: this.time ? this.time[0] : '', endTime: this.time ? this.time[1] : '', - seq: this.listInfo.seq, - msgId: !this.listInfo.seq ? this.params.msgId : '' + // seq: this.listInfo.seq, + // msgId: !this.listInfo.seq ? this.params.msgId : '' } }).then(res => { if (res.code === 0) {