From 1db94a9b58ca2853c9d65214f7052ce1306e10a9 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 02 Jan 2024 11:16:08 +0800
Subject: [PATCH] Merge branch 'jc' of http://192.168.0.105:10010/r/zhba_enterprises_bf into jc
---
src/views/securityMan/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/securityMan/index.vue b/src/views/securityMan/index.vue
index 5c7b94b..1833995 100644
--- a/src/views/securityMan/index.vue
+++ b/src/views/securityMan/index.vue
@@ -15,7 +15,7 @@
<el-button type="primary" @click="printBAInfo">打印</el-button>
</div>
</div>
-</template>
+</template>
<script>
import {
@@ -676,7 +676,7 @@
},
]
}
- getUser(this.userInfo.Id).then(res => {
+ getUser(this.userInfo.user_id).then(res => {
this.form = res.data.data
var d = {
education1: res.data.data.education
@@ -872,4 +872,4 @@
.PrintBut {
margin-top: 15px;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3