| src/locales/jp.json | ●●●●● patch | view | raw | blame | history | |
| src/page/user/Warehouse/Stockdetail.vue | ●●●●● 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 }); }