|
@@ -125,11 +125,11 @@ export default {
|
|
|
let fileUrl=[]
|
|
|
if(this.fileList!=null&&this.fileList.length>0){
|
|
|
for (let i = 0; i < this.fileList.length; i++) {
|
|
|
- let file={url:this.fileList[i].url,webname:this.fileList[i].webName}
|
|
|
+ let file={attachPath:this.fileList[i].url,fileName:this.fileList[i].webName,busIndx: "bus_indx_forest",busSource: "PC"}
|
|
|
fileUrl.push(file)
|
|
|
}
|
|
|
}
|
|
|
- let param={ eventCode:this.eventCode,fileUrl: fileUrl }
|
|
|
+ let param={ eventCode:this.eventCode,operation:"bus_oper_type_2",operationType:"log_oper_type_1",fileList: fileUrl }
|
|
|
//日志文件上传
|
|
|
eventLogUpload(param).then(res => {
|
|
|
if(res.code==200){
|