src/views/dailyreport/index.vue
@@ -952,7 +952,7 @@ this.sailingReport.index = imagesObj.length var data2 = obj.date.split('-') this.sailingReport.date2 = data2[0] + '年' + data2[1] + '月' + data2[2] + '日' var time = [] var time = [] for (let i = 0; i < res.data.code.time.length; i++) { time.push(res.data.code.time[i]) } @@ -1397,7 +1397,7 @@ }, // 走航车上传文件到upload handleChange1(file, fileList) { // console.log(file, fileList) // console.log(file, '123') this.fileList1 = fileList this.fileLists[0] = fileList },