From fa0d8d5b6f4729e7b237b32100a1000ca3334833 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 10 Aug 2021 17:42:03 +0800
Subject: [PATCH] 报名清册路由新增

---
 src/views/securityGuard/securityGuardDetail.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/securityGuard/securityGuardDetail.vue b/src/views/securityGuard/securityGuardDetail.vue
index f23308e..398bdaa 100644
--- a/src/views/securityGuard/securityGuardDetail.vue
+++ b/src/views/securityGuard/securityGuardDetail.vue
@@ -154,6 +154,7 @@
     getPractitionersPageInfo() {
       var that = this;
       //获取用户从业信息
+      console.log(this.cardid, "cid");
       getUserPractitionersInfo(this.cardid).then((res1) => {
         that.data1 = res1.data.data;
       });
@@ -228,6 +229,7 @@
   mounted() {
     this.typeTABS = this.optionTABS.column[0];
     var data = JSON.parse(this.$route.query.row);
+    // console.log(data);
     if (data) {
       var row = data;
       // var row = this.$route.query.row;
@@ -235,7 +237,7 @@
         this.obj0[k] = row[k];
       }
       this.obj0.title = "";
-      this.cardid = row.cardid;
+      this.cardid = row.id;
       this.name = row.name;
       this.dispatcherCompany = row.dispatcherCompany;
       this.id = row.id;

--
Gitblit v1.9.3