From b783bf4d298eafa74eda9b048442cb3c1d6cfb30 Mon Sep 17 00:00:00 2001
From: weidy <lastanimals@163.com>
Date: 星期二, 20 六月 2023 17:08:30 +0800
Subject: [PATCH] 关闭驼峰命名转下划线
---
Source/UBCS-WEB/src/views/system/user.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/system/user.vue b/Source/UBCS-WEB/src/views/system/user.vue
index e3a5ddc..8bce7c9 100644
--- a/Source/UBCS-WEB/src/views/system/user.vue
+++ b/Source/UBCS-WEB/src/views/system/user.vue
@@ -777,10 +777,10 @@
})
//瑕佷紶閫掔殑id锛屼竴涓槸鏁扮粍鍙︿竴涓槸瀛楃涓�
this.UserPwdstrategyVO.userIds=this.selid;
- this.UserPwdstrategyVO.pwdstrategyId=this.id;
+ this.UserPwdstrategyVO.pwdstrategyId=this.id
//璇锋眰
- insert(this.UserPwdstrategyVO).then(()=>{
+ insert(this.UserPwdstrategyVO.userIds).then(()=>{
this.passVisible=false
this.$message({
type: "success",
@@ -967,9 +967,10 @@
if (this.selectionList.length === 1) {
this.roleTreeObj = this.selectionList[0].roleId.split(",");
}
- getRoleTree(this.selectionList[0].tenantId).then(res => {
+ getRoleTree().then(res => {
this.roleGrantList = res.data.data;
this.roleBox = true;
+
});
},
handlePlatform() {
--
Gitblit v1.10.0