BUG 30116

This commit is contained in:
aixianling
2022-06-10 18:27:59 +08:00
parent a38fc3b718
commit b9f8c491c0

View File

@@ -24,10 +24,8 @@ export default {
onLoad(option) {
this.status = option.status
},
computed: {
...mapActions(['getAccount'])
},
methods: {
...mapActions(['getAccount']),
back() {
this.getAccount().then(() => {
uni.reLaunch({url: './AppGridManagement'})