网格管理

This commit is contained in:
liuye
2022-01-14 11:43:17 +08:00
parent 30b7fbad14
commit f88c24ff0c
4 changed files with 28 additions and 10 deletions

View File

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