From 49e8a69a09a1b33545b77eb47b3a8f8d1ce0c261 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 07 Aug 2021 18:03:10 +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