This commit is contained in:
yanran200730
2022-10-12 10:03:16 +08:00
parent 2f42c353e4
commit 3ede04c0c3

View File

@@ -379,7 +379,7 @@
this.girdInfo = res.data this.girdInfo = res.data
} }
}) })
this.instance.post(`/app/wxcp/wxgroup/listBtGridId?size=1000&girdId=${id || ''}`).then(res => { this.instance.post(`/app/wxcp/wxgroup/listBtGridId?size=1000&girdLevel=2&girdId=${id || ''}`).then(res => {
if (res.code === 0) { if (res.code === 0) {
this.gridList = res.data.records this.gridList = res.data.records
} }