|
@@ -699,11 +699,11 @@
|
|
|
},
|
|
|
|
|
|
toAnotherMould(id){
|
|
|
- var currentRoute = this.$route.path.split("/");
|
|
|
+ var currentRoute = this.$route.path.split("/");
|
|
|
+ this.$router.push('/mould/' + id);
|
|
|
if (currentRoute.length == 3 && currentRoute[1] == "moldList") {
|
|
|
this.$router.go(0);
|
|
|
}
|
|
|
- this.$router.push('/mould/' + id);
|
|
|
},
|
|
|
|
|
|
//标签页面切换时
|