From acaf96424ba04b2ab2b9fa0e1bbfa17ea549cc08 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 02 Jan 2024 11:09:50 +0800
Subject: [PATCH] userid修改

---
 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 432c80f..8c24f9e 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