From a3f1b364738a8b8250aaddfba1a8b21a5acb5a26 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期一, 10 七月 2023 12:17:01 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 Source/UBCS-WEB/src/views/system/user.vue |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/system/user.vue b/Source/UBCS-WEB/src/views/system/user.vue
index dc8e091..d1ccf6a 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>
@@ -142,8 +142,7 @@
           class="passdialog"
           append-to-body
           title="璁剧疆瀵嗙爜绛栫暐"
-          width="30%"
-        >
+          width="30%">
           <el-select v-model="sevalue" placeholder="璇烽�夋嫨"  class="selects" @change="selChange" >
             <el-option
               v-for="item in seoptions"
@@ -152,7 +151,6 @@
               :value="item.id"
               class="seloption"
               >
-
             </el-option>
           </el-select>
             <span slot="footer" class="dialog-footer">
@@ -778,7 +776,7 @@
       })
        //瑕佷紶閫掔殑id锛屼竴涓槸鏁扮粍鍙︿竴涓槸瀛楃涓�
        this.UserPwdstrategyVO.userIds=this.selid;
-       this.UserPwdstrategyVO.pwdstrategyId=this.id;
+       this.UserPwdstrategyVO.pwdstrategyId=this.id
 
       //璇锋眰
       insert(this.UserPwdstrategyVO).then(()=>{
@@ -802,10 +800,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) {
@@ -971,6 +969,7 @@
       getRoleTree(this.selectionList[0].tenantId).then(res => {
         this.roleGrantList = res.data.data;
         this.roleBox = true;
+
       });
     },
     handlePlatform() {
@@ -1136,8 +1135,7 @@
   overflow: scroll;
 }
 .selects{
-  width: 400px;
-  margin-left: 92px;
+  width: 100%;
 }
 .seloption{
   margin-left: 10px;

--
Gitblit v1.9.3