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) { onLoad(option) {
this.status = option.status this.status = option.status
}, },
computed: {
...mapActions(['getAccount'])
},
methods: { methods: {
...mapActions(['getAccount']),
back() { back() {
this.getAccount().then(() => { this.getAccount().then(() => {
uni.reLaunch({url: './AppGridManagement'}) uni.reLaunch({url: './AppGridManagement'})