This commit is contained in:
@@ -839,9 +839,11 @@ export default {
|
||||
o.contentType
|
||||
)
|
||||
) {
|
||||
//attach url
|
||||
//
|
||||
ret.push({
|
||||
id: o.id,
|
||||
url: window.$gz.api.downloadUrl(o.id, o.contentType),
|
||||
url: "[ATTACH:" + o.id + "]",
|
||||
name: o.displayFileName
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user