注释发送范围缓存
This commit is contained in:
@@ -682,7 +682,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.form.wxGroups = uni.getStorageSync('wxGroupsUser') || []
|
this.form.wxGroups = uni.getStorageSync('wxGroupsUser') || []
|
||||||
this.form.sendScope = uni.getStorageSync('sendScope')
|
// this.form.sendScope = uni.getStorageSync('sendScope')
|
||||||
if(this.type=='Residents') {
|
if(this.type=='Residents') {
|
||||||
this.forms.taskType = 1
|
this.forms.taskType = 1
|
||||||
this.forms.sendScope = this.form.sendScope
|
this.forms.sendScope = this.form.sendScope
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export default {
|
|||||||
uni.navigateTo({url: `./scopedSelect?type=${e.value}&sendType=${this.sendType}`})
|
uni.navigateTo({url: `./scopedSelect?type=${e.value}&sendType=${this.sendType}`})
|
||||||
}
|
}
|
||||||
this.sendScope = e.value;
|
this.sendScope = e.value;
|
||||||
uni.setStorageSync('sendScope', this.sendScope)
|
// uni.setStorageSync('sendScope', this.sendScope)
|
||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
this.$loading()
|
this.$loading()
|
||||||
|
|||||||
Reference in New Issue
Block a user