bug
This commit is contained in:
@@ -73,10 +73,10 @@ export default {
|
||||
// this.getLeafNodes()
|
||||
uni.$on('goback', e => {
|
||||
if (e.girdLevel == '0') {
|
||||
setTimeout(() => {
|
||||
this.$u.toast('请选择二级或者三级网格')
|
||||
}, 400)
|
||||
return false
|
||||
// setTimeout(() => {
|
||||
// this.$u.toast('请选择二级或者三级网格')
|
||||
// }, 400)
|
||||
// return false
|
||||
}
|
||||
this.getGridList(e.id, true)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user