列表
This commit is contained in:
@@ -36,13 +36,11 @@ export default {
|
||||
sendType: '',
|
||||
deptSelect: [],
|
||||
girdSelect: [],
|
||||
sendScope: '0',
|
||||
sendScope: 0,
|
||||
girdListIds: [],
|
||||
deptListIds: [],
|
||||
wxGroups: [], // 居民群,居民,朋友圈
|
||||
sex: '',
|
||||
// groupList: [], // 居民
|
||||
// executorList: [], // 朋友圈
|
||||
ResidentTags: [],
|
||||
ResidentTagsRemove: [],
|
||||
startTime: '',
|
||||
@@ -56,7 +54,6 @@ export default {
|
||||
|
||||
if(e.value == '1' || e.value == '2') {
|
||||
uni.navigateTo({url: `./scopedSelect?type=${e.value}&sendType=${this.sendType}`})
|
||||
|
||||
}
|
||||
this.sendScope = e.value;
|
||||
uni.setStorageSync('sendScope', this.sendScope)
|
||||
@@ -88,7 +85,7 @@ export default {
|
||||
getWxGroups() {
|
||||
this.$http.post(`/app/appmasssendingtask/queryWxGroups?sendScope=${this.sendScope}`,
|
||||
{
|
||||
filterCriteria: this.girdListIds.join(',') || this.deptListIds.join(',')
|
||||
filterCriteria: this.girdListIds.join(',') || this.deptListIds.join(',')
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.wxGroups = res.data
|
||||
|
||||
Reference in New Issue
Block a user