This commit is contained in:
2021-07-27 19:13:51 +00:00
parent f7208e8d05
commit ca7603d48a

View File

@@ -648,8 +648,8 @@ export default {
let cp = JSON.parse(JSON.stringify(this.obj)); let cp = JSON.parse(JSON.stringify(this.obj));
if (this.genCopyAttachments) { if (this.genCopyAttachments) {
cp.genCopyAttachmentsFrom = { cp.genCopyAttachmentsFrom = {
AType: window.$gz.type.Quote, sAType: window.$gz.type.Quote,
ObjectId: this.obj.id sId: this.obj.id
}; };
} }
if (!this.genCopyWiki) { if (!this.genCopyWiki) {