|
@@ -470,8 +470,8 @@
|
|
const encrypt = rptArchiveObj.currentEncryptionList.encryption[val];
|
|
const encrypt = rptArchiveObj.currentEncryptionList.encryption[val];
|
|
console.log(encrypt);
|
|
console.log(encrypt);
|
|
const requestJson = {
|
|
const requestJson = {
|
|
- width: encrypt.areas[0].width,
|
|
|
|
- height: encrypt.areas[0].height,
|
|
|
|
|
|
+ width: encrypt.areas[0].width*0.75,
|
|
|
|
+ height: encrypt.areas[0].height*0.75,
|
|
x: encrypt.areas[0].Left*0.75,
|
|
x: encrypt.areas[0].Left*0.75,
|
|
y: encrypt.areas[0].Top*0.75,
|
|
y: encrypt.areas[0].Top*0.75,
|
|
// page: rptArchiveObj.currentEncryptionList.total_page ? rptArchiveObj.currentEncryptionList.total_page : 1,
|
|
// page: rptArchiveObj.currentEncryptionList.total_page ? rptArchiveObj.currentEncryptionList.total_page : 1,
|