diff --git a/jero-web/src/views/onlyoffice/index.vue b/jero-web/src/views/onlyoffice/index.vue index 1b99dc1..af38187 100644 --- a/jero-web/src/views/onlyoffice/index.vue +++ b/jero-web/src/views/onlyoffice/index.vue @@ -37,7 +37,7 @@ export default { window.open(window.CONFIG.onlyOfficeRoute + '/editor?fileId=' + val.id + '&pid=' + val.pid + '&taskIds=' + val.taskId + '&oldFileName=' + oldFileName + '&assessor=' + assessor + '&fileType=docx' + '&attId=' + val.id + '&fileUrl=' + val.downLoadUrl + - '&key=' + val.id + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName + + '&key=' + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName + '&userId=' + val.userId + '&userName=admin' + '&standCode=' + standCode + '&standName=' + standName + '&replaceStand=' + replaceStand + '&draftsman=' + draftsman + '&draftingDepartment=' + draftingDepartment + '&focalUnit=' + focalUnit + '&watermark=' + watermark)