Admin
2022-07-20 479a6ca57a82e1208551aec68584d2cbce69633c
src/views/specialWorkSystem/approveProcessManagement/approveLinkSettings/reportTypeSetting/index.vue
@@ -141,6 +141,7 @@
                     reportForm.value.editeTime = new Date().toLocaleString('zh', timeForm).replace(/\//g,'-')
                     tableData.push(reportForm.value)
                  }else{
                     reportForm.value.editeTime = new Date().toLocaleString('zh', timeForm).replace(/\//g,'-')
                     tableData[rowIndex.value] = reportForm.value
                  }
                  dialogAddForm.value = false
@@ -153,7 +154,6 @@
            dialogAddForm.value = true
            rowIndex.value = index
            reportForm.value = JSON.parse(JSON.stringify(row))
            reportForm.value.editeTime = new Date().toLocaleString('zh', timeForm).replace(/\//g,'-')
         }
         const deleteRow = (index)=>{
            tableData.splice( index,1)