This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user