From d4b425d1f115aafd23b4dcf377eef4ed1ba400cc Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期三, 05 七月 2023 16:35:13 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 Source/UBCS-WEB/src/views/system/user.vue |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/system/user.vue b/Source/UBCS-WEB/src/views/system/user.vue
index e3a5ddc..9794084 100644
--- a/Source/UBCS-WEB/src/views/system/user.vue
+++ b/Source/UBCS-WEB/src/views/system/user.vue
@@ -5,7 +5,7 @@
         <el-scrollbar style="height: auto;border-bottom-right-radius:8px ">
           <basic-container>
             <div class="abox">
-              <avue-tree :data="treeData" :option="treeOption" @node-click="nodeClick"/>
+              <avue-tree ref="tree" :data="treeData" :option="treeOption" @node-click="nodeClick"/>
             </div>
           </basic-container>
         </el-scrollbar>
@@ -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",
@@ -801,10 +801,10 @@
     selChange(row){
       this.id=row
     },
-    selecload(page, params = {}) {
-      getPage(this.page.currentPage, this.page.pageSize, Object.assign(params, this.query)).then(res => {
-        console.log(res)
-        this.seoptions=res.data.data.content
+    selecload() {
+      getPage(1, -1).then(res => {
+        // console.log(res)
+        this.seoptions=res.data.data.records
       });
     },
     nodeClick(data) {
@@ -970,6 +970,7 @@
       getRoleTree(this.selectionList[0].tenantId).then(res => {
         this.roleGrantList = res.data.data;
         this.roleBox = true;
+
       });
     },
     handlePlatform() {

--
Gitblit v1.9.3