This commit is contained in:
liuye
2023-12-29 17:43:54 +08:00
parent 950dd57d2d
commit 914fb11d48

View File

@@ -496,7 +496,7 @@ export default {
},
getWxGroups() {
this.instance.post(`/app/appmasssendingtaskxbot/queryWxGroups?sendScope=${this.form.sendScope}clientInfoId&=${this.params.clientInfoId}`, {
this.instance.post(`/app/appmasssendingtaskxbot/queryWxGroups?sendScope=${this.form.sendScope}&clientInfoId=${this.params.clientInfoId}`, {
filterCriteria: this.form.filterCriteria.join(',')
}).then(res => {
if (res.code === 0) {