From c859c1a1a164780df11156b37e07be7ed210731f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 1 Mar 2024 15:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A8=E6=96=87=E5=AF=B9?= =?UTF-8?q?=E6=AF=94=E5=BE=97=E7=BB=86=E8=8A=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/onlyoffice/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/onlyoffice/index.vue b/jero-web/src/views/onlyoffice/index.vue index dbee661..1c012d8 100644 --- a/jero-web/src/views/onlyoffice/index.vue +++ b/jero-web/src/views/onlyoffice/index.vue @@ -26,11 +26,13 @@ export default { if (val.id) { const oldFileName = '比亚迪企业标准' const nowTime = new Date().getTime() + const standCode = 'x/xx xxxx-xxxx' + const standName = '比亚迪企业标准' window.open('http://127.0.0.1:8080' + '/editor?fileId=' + val.id + '&pid=' + val.pid + '&taskIds=' + val.taskId + '&editType=' + val.editType + '&oldFileName=' + oldFileName + '&fileType=' + 'docx' + '&attId=' + val.id + '&fileUrl=' + val.downLoadUrl + '&key=' + val.id + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName + - '&userId=' + val.userId + '&userName=' + val.userName + '&isEdit=123') + '&userId=' + val.userId + '&userName=' + 'admin' + '&isEdit=123' + '&standCode=' + standCode + '&standName=' + standName) } }) } else {