Add files via upload
This commit is contained in:
parent
499378b528
commit
e7bc7c257d
@ -339,9 +339,7 @@ export default {
|
|||||||
}, 500),
|
}, 500),
|
||||||
close() {
|
close() {
|
||||||
this.$store.commit("updateRequest", {});
|
this.$store.commit("updateRequest", {});
|
||||||
|
this.$router.go(-1);
|
||||||
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