27183
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -76,10 +76,7 @@ export default {
|
||||
checkType: '',
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
watch: {},
|
||||
onLoad() {},
|
||||
created() {
|
||||
mounted() {
|
||||
this.$dict.load('girdType', 'girdLevel').then(() => {
|
||||
this.isGirdUser()
|
||||
this.girdMsgList = this.params
|
||||
|
||||
Reference in New Issue
Block a user