clientInfoId

This commit is contained in:
liuye
2023-12-29 17:27:17 +08:00
parent 293737d8ac
commit 950dd57d2d

View File

@@ -496,7 +496,7 @@ export default {
},
getWxGroups() {
this.instance.post(`/app/appmasssendingtaskxbot/queryWxGroups?sendScope=${this.form.sendScope}`, {
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) {