BUG 56
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user