|
|
@@ -235,6 +235,17 @@ Page({
|
|
|
this.selectComponent("#Yl_files").handleFiles(res.data)
|
|
|
} else {
|
|
|
if (res.data.length) data.attinfos = res.data;
|
|
|
+
|
|
|
+ _Http.basic({
|
|
|
+ "classname": "system.attachment.Attachment",
|
|
|
+ "method": "createFileLink",
|
|
|
+ "content": {
|
|
|
+ ownertable: this.data.parems.ownertable,
|
|
|
+ ownerid: this.data.parems.ownerid,
|
|
|
+ usetype: 'default',
|
|
|
+ attachmentids
|
|
|
+ }
|
|
|
+ })
|
|
|
this.changeItem(data)
|
|
|
setTimeout(() => {
|
|
|
wx.navigateBack()
|