修改全文对比得细节问题

This commit is contained in:
范强强
2024-03-01 15:36:05 +08:00
parent f80a55f665
commit c859c1a1a1
+3 -1
View File
@@ -26,11 +26,13 @@ export default {
if (val.id) { if (val.id) {
const oldFileName = '比亚迪企业标准' const oldFileName = '比亚迪企业标准'
const nowTime = new Date().getTime() 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 + window.open('http://127.0.0.1:8080' + '/editor?fileId=' + val.id + '&pid=' + val.pid +
'&taskIds=' + val.taskId + '&editType=' + val.editType + '&oldFileName=' + oldFileName + '&taskIds=' + val.taskId + '&editType=' + val.editType + '&oldFileName=' + oldFileName +
'&fileType=' + 'docx' + '&attId=' + val.id + '&fileUrl=' + val.downLoadUrl + '&fileType=' + 'docx' + '&attId=' + val.id + '&fileUrl=' + val.downLoadUrl +
'&key=' + val.id + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName + '&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 { } else {