This commit is contained in:
liuye
2023-06-12 17:41:24 +08:00
parent d40b9b8b63
commit 9637d3d168
2 changed files with 2 additions and 2 deletions

View File

@@ -682,7 +682,7 @@ export default {
},
onShow() {
this.form.wxGroups = uni.getStorageSync('wxGroupsUser') || []
// this.form.sendScope = uni.getStorageSync('sendScope')
this.form.sendScope = uni.getStorageSync('sendScope')
if(this.type=='Residents') {
this.forms.taskType = 1
this.forms.sendScope = this.form.sendScope

View File

@@ -54,7 +54,7 @@ export default {
uni.navigateTo({url: `./scopedSelect?type=${e.value}&sendType=${this.sendType}`})
}
this.sendScope = e.value;
// uni.setStorageSync('sendScope', this.sendScope)
uni.setStorageSync('sendScope', this.sendScope)
},
submit() {
this.$loading()