修改接口
This commit is contained in:
@@ -24,21 +24,23 @@ export default {
|
||||
if (val.id) {
|
||||
const oldFileName = '比亚迪企业标准'
|
||||
const nowTime = new Date().getTime()
|
||||
const standCode = 'x/xx xxxx-xxxx'
|
||||
const serialNumber = 'x/xx xxxx-xxxx'
|
||||
const standName = '比亚迪企业标准'
|
||||
const draftingDepartment = '起草部门'
|
||||
const draftsman = '起草人'
|
||||
const estDepart = '起草部门'
|
||||
const drafts = '起草人'
|
||||
const assessor = '评审人员'
|
||||
const focalUnit = '归口单位'
|
||||
const watermark = '比亚迪'
|
||||
const replaceStand = ''
|
||||
// http://39.98.140.126:8999
|
||||
// http://127.0.0.1:8080
|
||||
window.open('http://39.98.140.126:8999' + '/editor?fileId=' + val.id + '&pid=' + val.pid +
|
||||
'&taskIds=' + val.taskId + '&editType=' + val.editType + '&oldFileName=' + oldFileName +
|
||||
'&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 +
|
||||
'&userId=' + val.userId + '&userName=' + 'admin' + '&isEdit=123' + '&standCode=' + standCode +
|
||||
'&standName=' + standName + '&draftingDepartment=' + draftingDepartment + '&draftsman=' + draftsman +
|
||||
'&assessor=' + assessor + '&focalUnit=' + focalUnit)
|
||||
'&userId=' + val.userId + '&userName=admin' + '&serialNumber=' + serialNumber +
|
||||
'&standName=' + standName + '&replaceStand=' + replaceStand + '&drafts=' + drafts +
|
||||
'&estDepart=' + estDepart + '&focalUnit=' + focalUnit + '&watermark=' + watermark)
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user