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