| src/page/user/Warehouse/Stockdetail.vue | ●●●●● patch | view | raw | blame | history |
src/page/user/Warehouse/Stockdetail.vue
@@ -199,8 +199,8 @@ Notify({ type: "success", message: res.msg }); // this.$router.go(-1); this.$router.push({ path: "/tradeNew", }); path: "/tradeNew", }); } else { Notify({ type: "danger", message: res.msg }); } @@ -217,6 +217,9 @@ }); if (res.status === 0) { Notify({ type: "success", message: res.msg }); this.$router.push({ path: "/tradeNew", }); } else { Notify({ type: "danger", message: res.msg }); }