BUG 56
This commit is contained in:
@@ -55,8 +55,8 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getList() {
|
getList() {
|
||||||
this.$http.post(`/app/appconflicteventinfo/list`, null, {
|
this.$http.post(`/app/appconflicteventinfo/listByMe`, null, {
|
||||||
params: {size: 10, current: this.current, girdMemberId: this.user.girdMemberId}
|
params: {size: 10, current: this.current}
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
|
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
|
||||||
|
|||||||
Reference in New Issue
Block a user