From 43b5559b5ad575a415a417ee52fd320fb445a7ac Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 8 Mar 2023 11:11:48 +0800 Subject: [PATCH] BUG 56 --- src/project/qujing/AppConflictMediation/myReply.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/qujing/AppConflictMediation/myReply.vue b/src/project/qujing/AppConflictMediation/myReply.vue index e903e754..51f2cc01 100644 --- a/src/project/qujing/AppConflictMediation/myReply.vue +++ b/src/project/qujing/AppConflictMediation/myReply.vue @@ -55,8 +55,8 @@ export default { }, methods: { getList() { - this.$http.post(`/app/appconflicteventinfo/list`, null, { - params: {size: 10, current: this.current, girdMemberId: this.user.girdMemberId} + this.$http.post(`/app/appconflicteventinfo/listByMe`, null, { + params: {size: 10, current: this.current} }).then((res) => { if (res.code == 0) { this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records