网格管理
This commit is contained in:
@@ -41,10 +41,11 @@ export default {
|
||||
selectUserList: [],
|
||||
userList: [],
|
||||
name: '',
|
||||
current: 1
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
this.selectUserList = option.selectUserList
|
||||
onLoad() {
|
||||
this.selectUserList = uni.getStorageSync('selectUserList')
|
||||
this.getList()
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user