修改onlyoffice传参

This commit is contained in:
范强强
2023-02-15 10:23:29 +08:00
parent 52f10c3575
commit cd1125e349
3 changed files with 3665 additions and 3388 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default (id,nodeName,userId,userName,query) => {
window.open(onlyOfficeUrl+'/editor?fileId='+editFileInfo.id+'&pid='+editFileInfo.pId+
'&taskIds='+editFileInfo.taskId+'&editType='+editFileInfo.editType+'&oldFileName=' + showName +
'&fileType=' + 'docx' + '&attId=' + editFileInfo.id + '&fileUrl=' + editFileInfo.downLoadUrl +
'&key=' + editFileInfo.id +'&filePath='+editFileInfo.filePath+ '&fileName='+editFileInfo.fileName+
'&key=' + editFileInfo.id+nowTime +'&filePath='+editFileInfo.filePath+ '&fileName='+editFileInfo.fileName+
'&userId='+editFileInfo.userId+'&userName='+editFileInfo.userName+'&standName='+query.standName+
'&standEnName='+query.standEnName+'&standCode='+query.standCode+'&putTime='+query.putTime+
'&issueTime='+query.issueTime+'&dtqbbhbuss='+query.DTQBBHBUSS)