From 479a6ca57a82e1208551aec68584d2cbce69633c Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 20 七月 2022 18:16:36 +0800 Subject: [PATCH] 添加修改页面 --- src/views/specialWorkSystem/approveProcessManagement/approveLinkSettings/reportTypeSetting/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/specialWorkSystem/approveProcessManagement/approveLinkSettings/reportTypeSetting/index.vue b/src/views/specialWorkSystem/approveProcessManagement/approveLinkSettings/reportTypeSetting/index.vue index 676466b..f3aa472 100644 --- a/src/views/specialWorkSystem/approveProcessManagement/approveLinkSettings/reportTypeSetting/index.vue +++ b/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) -- Gitblit v1.9.2