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

View File

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