bug
This commit is contained in:
@@ -62,11 +62,12 @@ export default {
|
|||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
this.$http.post(`/app/wxcp/wxgroup/allGroupInfo`, null, {
|
this.$http.post(`/app/wxcp/wxgroup/allGroupInfo`, null, {
|
||||||
|
params: {
|
||||||
areaId: this.areaId,
|
areaId: this.areaId,
|
||||||
groupName: this.groupName,
|
groupName: this.groupName,
|
||||||
current: this.current,
|
current: this.current,
|
||||||
size: 10
|
size: 10
|
||||||
}).then(res => {
|
}}).then(res => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
if (this.current > 1) {
|
if (this.current > 1) {
|
||||||
this.list = [...this.list, ...res.data.records]
|
this.list = [...this.list, ...res.data.records]
|
||||||
|
|||||||
Reference in New Issue
Block a user