1
admin
2026-01-31 732c30b33f782c2d2ebb62eacda2fb7a453a7ecd
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 });
      }