选择人员调整完毕
This commit is contained in:
@@ -33,7 +33,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['getToken', 'getAccount', 'agentSign', 'getUserInfo', 'getCode', 'closeAgent']),
|
||||
...mapActions(['agentSign']),
|
||||
redirectTo(path) {
|
||||
let {query, hash} = this.$route
|
||||
delete query.app
|
||||
@@ -60,6 +60,9 @@ export default {
|
||||
})
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.agentSign(this.$route.query)
|
||||
},
|
||||
onShow() {
|
||||
this.getApps()
|
||||
this.result = {
|
||||
|
||||
Reference in New Issue
Block a user