From ca7603d48a1a01ad6650e82050fdad714a1b26af Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 27 Jul 2021 19:13:51 +0000 Subject: [PATCH] --- ayanova/src/views/svc-quote.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/views/svc-quote.vue b/ayanova/src/views/svc-quote.vue index 349ec3f2..ba971265 100644 --- a/ayanova/src/views/svc-quote.vue +++ b/ayanova/src/views/svc-quote.vue @@ -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) {