This commit is contained in:
liuye
2022-02-10 13:49:05 +08:00
parent 0c03f95824
commit 6849157605
2 changed files with 6 additions and 6 deletions

View File

@@ -99,8 +99,8 @@ export default {
uni.navigateTo({url})
},
},
onShow() {
document.title = '网格管理'
onLoad() {
this.isGirdUser()
uni.$on('hideTab', () => {
this.isTab = false
@@ -113,6 +113,9 @@ export default {
this.params = res
})
},
onShow() {
document.title = '网格管理'
},
onReachBottom() {
if (!this.tabIndex) {
uni.$emit('nextList')

View File

@@ -76,10 +76,7 @@ export default {
checkType: '',
}
},
computed: {},
watch: {},
onLoad() {},
created() {
mounted() {
this.$dict.load('girdType', 'girdLevel').then(() => {
this.isGirdUser()
this.girdMsgList = this.params