Add files via upload
This commit is contained in:
parent
fd740730b6
commit
7fbe7c3941
@ -339,7 +339,9 @@ export default {
|
|||||||
}, 500),
|
}, 500),
|
||||||
close() {
|
close() {
|
||||||
this.$store.commit("updateRequest", {});
|
this.$store.commit("updateRequest", {});
|
||||||
history.back();
|
|
||||||
|
let uri = url.removeLastDir(this.$route.path) + "/";
|
||||||
|
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