This commit is contained in:
2020-04-25 15:15:20 +00:00
parent 3255d0204f
commit d4f04b036e
2 changed files with 3 additions and 9 deletions

View File

@@ -839,9 +839,11 @@ export default {
o.contentType
)
) {
//attach url
//![]([ATTACH:4])
ret.push({
id: o.id,
url: window.$gz.api.downloadUrl(o.id, o.contentType),
url: "[ATTACH:" + o.id + "]",
name: o.displayFileName
});
}