群发居民群
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
export default {
|
||||
// 选择创建人
|
||||
name: "selectUser",
|
||||
appName: "选择创建人",
|
||||
data() {
|
||||
return {
|
||||
selected: {},
|
||||
@@ -69,7 +69,6 @@ export default {
|
||||
if(!this.selected.userId) {
|
||||
return this.$u.toast('请选择创建人')
|
||||
}
|
||||
uni.$emit("pagePicker:custom", [this.selected])
|
||||
uni.setStorageSync('userSelect', this.selected)
|
||||
uni.navigateBack()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user