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) {