Admin
2022-07-26 f93a3a605d6d949515bedbcdc633c5f454014f02
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