From 2a158bb96daa1254a0b3d0de1961afbda59f8308 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期三, 26 十月 2022 14:41:33 +0800
Subject: [PATCH] 细节

---
 src/views/padSunmaryProcedure/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/padSunmaryProcedure/index.vue b/src/views/padSunmaryProcedure/index.vue
index f6b6b0a..9b8f997 100644
--- a/src/views/padSunmaryProcedure/index.vue
+++ b/src/views/padSunmaryProcedure/index.vue
@@ -36,13 +36,13 @@
           min-width="22%"
         ></el-table-column>
         <el-table-column
-          prop="unitName"
+          prop="createTime"
           label="鎻愪氦鏃堕棿"
           sortable
           min-width="18%"
         ></el-table-column>
         <el-table-column
-          prop="caseSource"
+          prop="hanlders"
           label="鎵ф硶浜�"
           :show-overflow-tooltip="true"
           min-width="18%"
@@ -115,10 +115,10 @@
       this.$router.push({
         path: '/padWord',
         query: {
-          id: row.id,
           name:row.casePoint
         }
       })
+        this.$store.commit('SET_ID',row.id)
     },
     //鎵撳紑鏂板寮规
     getById(){

--
Gitblit v1.9.1