BUG 30116
This commit is contained in:
@@ -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'})
|
||||||
|
|||||||
Reference in New Issue
Block a user