From f93a3a605d6d949515bedbcdc633c5f454014f02 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 26 Jul 2022 17:07:06 +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 30844ac..440ed57 100644
--- a/src/views/specialWorkSystem/approveProcessManagement/approveLinkSettings/reportTypeSetting/index.vue
+++ b/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
--
Gitblit v1.9.2