This commit is contained in:
shijingjing
2022-09-13 15:03:56 +08:00
parent 59c332152a
commit 92c8d8d5f2
4 changed files with 16 additions and 9 deletions

View File

@@ -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