From 510afa69f19e4e3a6ba0f693b4ea60b84dbbbff1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 30 Aug 2021 11:51:03 +0800
Subject: [PATCH] 荣誉录入  bug  保安名字没有填出来

---
 src/views/securityGuardManagement/register.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/securityGuardManagement/register.vue b/src/views/securityGuardManagement/register.vue
index dfc34a4..663fc12 100644
--- a/src/views/securityGuardManagement/register.vue
+++ b/src/views/securityGuardManagement/register.vue
@@ -1,8 +1,8 @@
 /*
  * @Author: Morpheus
  * @Date: 2021-07-05 16:31:54
- * @Last Modified by: Morpheus
- * @Last Modified time: 2021-07-10 15:41:13
+ * @Last Modified by: liu
+ * @Last Modified time: 2021-08-30 11:45:26
  * menu-name 保安员注册查询
  */
 <template>
@@ -716,13 +716,14 @@
     honor(row) {
       this.objf = {};
       //打开荣誉录入
-      console.log(this.objf);
       this.objf = {
         cardid: row.cardid,
-        name: row.name,
+        name: row.realName,
         honor: "",
         honortime: "",
       };
+      console.log(this.objf);
+      console.log(row);
       this.dialogVisible = true;
     },
     nodeClick(data) {

--
Gitblit v1.9.3