src/views/specialWorkSystem/approveProcessManagement/approveLinkSettings/reportTypeSetting/index.vue
@@ -149,7 +149,7 @@ if(rowIndex.value == -1){ reportForm.value.createTime = new Date().toLocaleString('zh', timeForm).replace(/\//g,'-') reportForm.value.editeTime = new Date().toLocaleString('zh', timeForm).replace(/\//g,'-') tableData.push(reportForm.value) tableData.unshift(reportForm.value) }else{ reportForm.value.editeTime = new Date().toLocaleString('zh', timeForm).replace(/\//g,'-') tableData[rowIndex.value] = reportForm.value