郫都大屏
This commit is contained in:
		| @@ -455,14 +455,8 @@ export default { | ||||
|     }, | ||||
|  | ||||
|     getWxGroups() { | ||||
|       this.instance.post(`/app/appmasssendingtask/queryWxGroups?sendScope=${this.form.sendScope}`, null, { | ||||
|         data: { | ||||
|           filterCriteria: this.form.filterCriteria.join(',') | ||||
|         }, | ||||
|         headers: {'Content-Type': 'application/json;charset=utf-8'}, | ||||
|         transformRequest: [function (data) { | ||||
|           return data.filterCriteria | ||||
|         }] | ||||
|       this.instance.post(`/app/appmasssendingtask/queryWxGroups?sendScope=${this.form.sendScope}`, { | ||||
|         filterCriteria: this.form.filterCriteria.join(',') | ||||
|       }).then(res => { | ||||
|         if (res.code === 0) { | ||||
|           this.form.wxGroups = res.data | ||||
|   | ||||
		Reference in New Issue
	
	Block a user