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));
if (this.genCopyAttachments) {
cp.genCopyAttachmentsFrom = {
AType: window.$gz.type.Quote,
ObjectId: this.obj.id
sAType: window.$gz.type.Quote,
sId: this.obj.id
};
}
if (!this.genCopyWiki) {