|
|
@@ -320,7 +320,7 @@ export default {
|
|
|
_this.cascaderShow = false;
|
|
|
_this.areaIds = [];
|
|
|
Toast({ message: res.msg });
|
|
|
- _this.$router.push('teaRights');
|
|
|
+ _this.$router.push('mine');
|
|
|
} else if (res.code == 15001) {
|
|
|
_this.loading = false;
|
|
|
setTimeout(() => {
|
|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
_this.cascaderShow = false;
|
|
|
_this.areaIds = [];
|
|
|
Toast({ message: res.msg });
|
|
|
- _this.$router.push('teaRights');
|
|
|
+ _this.$router.push('mine');
|
|
|
} else if (res.code == 15001) {
|
|
|
_this.loading = false;
|
|
|
setTimeout(() => {
|