update
This commit is contained in:
parent
247a20757c
commit
499378b528
@ -341,7 +341,7 @@ export default {
|
|||||||
this.$store.commit("updateRequest", {});
|
this.$store.commit("updateRequest", {});
|
||||||
|
|
||||||
let uri = url.removeLastDir(this.$route.path) + "/";
|
let uri = url.removeLastDir(this.$route.path) + "/";
|
||||||
this.$router.replace({ path: uri });
|
this.$router.push({ path: uri });
|
||||||
},
|
},
|
||||||
download() {
|
download() {
|
||||||
api.download(null, this.$route.path);
|
api.download(null, this.$route.path);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user