changes
This commit is contained in:
@@ -34,7 +34,7 @@ export default {
|
||||
props: ["api", "pagename", "row", "disable"],
|
||||
methods: {
|
||||
async openFile(row) {
|
||||
let url = `${this.$getpath()}static/files/${row.file__file || row.file}`;
|
||||
const url = `${this.$getpath()}static/files/${row.file__file || row.file}`;
|
||||
window.open(url, "_blank");
|
||||
},
|
||||
async downloadFile(url, fileName) {
|
||||
|
||||
Reference in New Issue
Block a user