This commit is contained in:
liuye
2022-01-17 14:56:19 +08:00
parent 4a4d152c10
commit 2ea6029396

View File

@@ -198,9 +198,9 @@ export default {
this.treeList = [] this.treeList = []
this.isGirdUser() this.isGirdUser()
} }
}).catch((err) => {
this.$u.toast(err)
}) })
}).catch((err) => {
this.$u.toast(err)
}) })
}, },