This commit is contained in:
刘仕伟
2022-06-26 12:17:21 +08:00
parent dcd819a32b
commit 479f18f469

View File

@@ -62,11 +62,12 @@ export default {
},
getList() {
this.$http.post(`/app/wxcp/wxgroup/allGroupInfo`, null, {
params: {
areaId: this.areaId,
groupName: this.groupName,
current: this.current,
size: 10
}).then(res => {
}}).then(res => {
if (res?.code == 0) {
if (this.current > 1) {
this.list = [...this.list, ...res.data.records]