From edeb0b47f1052c2257a0f14c0e4b6499a6816cce Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 29 八月 2024 17:49:09 +0800
Subject: [PATCH] 表单定义-编写表格新增对话框以及表单树拖拽节点添加

---
 Source/plt-web/plt-web-ui/src/page/login/userlogin.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/page/login/userlogin.vue b/Source/plt-web/plt-web-ui/src/page/login/userlogin.vue
index 421eb65..9122bf3 100644
--- a/Source/plt-web/plt-web-ui/src/page/login/userlogin.vue
+++ b/Source/plt-web/plt-web-ui/src/page/login/userlogin.vue
@@ -74,7 +74,7 @@
           //鐢ㄦ埛鍚�
           username: "admin",
           //瀵嗙爜
-          password: "admin",
+          password: "",
           selectInput:'',
           //涓嬫媺input鏁版嵁
           value:'绠$悊缁�',
@@ -173,7 +173,10 @@
               text: '鐧诲綍涓�,璇风◢鍚庛�傘�傘��',
               spinner: "el-icon-loading"
             });
-            this.$store.dispatch("LoginByUsername", this.loginForm).then(() => {
+            this.$store.dispatch("LoginByUsername", this.loginForm).then((data) => {
+              if(data.obj.passwordInfo){
+                this.$message.warning(data.obj.passwordInfo);
+              }
               if (this.website.switchMode) {
                 const deptId = this.userInfo.deptOid;
                 const roleId = this.userInfo.userOid;

--
Gitblit v1.9.3