This commit is contained in:
liuye
2022-02-11 10:05:02 +08:00
parent c9d6f266dc
commit d0e517cfcc
9 changed files with 57 additions and 27 deletions

View File

@@ -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)
})