Commit d96bfe67 by crushh

update: 下载文件名称

parent 853a1372
...@@ -291,7 +291,7 @@ export default { ...@@ -291,7 +291,7 @@ export default {
}, },
goLink(row) { goLink(row) {
this.linkUrl = row.linkUrl; this.linkUrl = row.linkUrl;
this.imageName = `${row.linkId}_${row.name}`; this.imageName = `${row.linkCode}_${row.name}`;
this.show = true; this.show = true;
}, },
goEdit(row) { goEdit(row) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment