&
This commit is contained in:
@@ -496,7 +496,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getWxGroups() {
|
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(',')
|
filterCriteria: this.form.filterCriteria.join(',')
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user