From 0b393384a97d3f9133cc34d325c9daa0c19f239a Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期四, 29 八月 2024 15:45:44 +0800 Subject: [PATCH] 1、增加链接类型查询模板设置排序的下拉框数据接口。 2、保存Action参数数据接口。 3、修改Action参数数据接口。 4、删除Action参数数据接口。 --- 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