27183
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user