liuyg
2021-08-30 510afa69f19e4e3a6ba0f693b4ea60b84dbbbff1
荣誉录入  bug  保安名字没有填出来
1 files modified
9 ■■■■■ changed files
src/views/securityGuardManagement/register.vue 9 ●●●●● patch | view | raw | blame | history
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) {