This commit is contained in:
aixianling
2023-03-08 11:11:48 +08:00
parent dfac18eee4
commit 43b5559b5a

View File

@@ -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