@@ -771,6 +771,9 @@
sessionStorage.action = action
this.$router.push("/projectInside/"+date);
this.drawer = false;
+ } else if(type == 11) {
+ this.$router.push("/list");
+ this.drawer = false;
}