src/page/user/Warehouse/Stockdetail.vue
@@ -197,7 +197,10 @@ if (res.status === 0) { this.finished = false; Notify({ type: "success", message: res.msg }); this.$router.go(-1); // this.$router.go(-1); this.$router.push({ path: "/tradeNew", }); } else { Notify({ type: "danger", message: res.msg }); }