1
admin
2026-01-31 732c30b33f782c2d2ebb62eacda2fb7a453a7ecd
1
2 files modified
7 ■■■■ changed files
src/locales/jp.json 2 ●●● patch | view | raw | blame | history
src/page/user/Warehouse/Stockdetail.vue 5 ●●●● patch | view | raw | blame | history
src/locales/jp.json
@@ -211,7 +211,7 @@
  "hj84": "売る",
  "hj85": "買う",
  "hj86": "時間を共有する",
  "hj87": "空",
  "hj87": "日間",
  "hj88": "週",
  "hj89": "月",
  "hj90": "1点",
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 });
      }