From 51cacf8f4d7b0b2cc30a22ea4f660e73e82da458 Mon Sep 17 00:00:00 2001
From: cqf
Date: 星期五, 17 六月 2022 09:17:53 +0800
Subject: [PATCH] 换取账号-修改

---
 src/views/login/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index f13ab50..15a9a2f 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -136,8 +136,8 @@
                             //换取账号密码
                             getUserInfo().then(res => {
                                 if (res.data.code == 200) {
-                                    // loginForm.department = res.data.result.department
-                                    loginForm.department = "公司领导"
+                                    loginForm.department = res.data.result.department
+                                    // loginForm.department = "公司领导"
                                     getAccount(loginForm).then(res => {
                                         if (res.data.code == "00000") {
                                             //缓存账号密码

--
Gitblit v1.9.2