|
@@ -731,6 +731,7 @@ export default {
|
|
},
|
|
},
|
|
handleChangeArea(changeNum) {
|
|
handleChangeArea(changeNum) {
|
|
setUserChanging({ changeNum }).then(res => {
|
|
setUserChanging({ changeNum }).then(res => {
|
|
|
|
+ this.$router.replace(this.$route.fullPath)
|
|
this.$successMsg('切换成功')
|
|
this.$successMsg('切换成功')
|
|
})
|
|
})
|
|
}
|
|
}
|