From ed96edec7c6dfd4944d0ee1c6d924c7cb808428c Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期五, 18 十月 2024 10:43:47 +0800
Subject: [PATCH] 修改了相应的bug

---
 ruoyi-ui/src/views/system/user/profile/index.vue |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/views/system/user/profile/index.vue b/ruoyi-ui/src/views/system/user/profile/index.vue
index 1f10f90..1aa1188 100644
--- a/ruoyi-ui/src/views/system/user/profile/index.vue
+++ b/ruoyi-ui/src/views/system/user/profile/index.vue
@@ -238,7 +238,7 @@
                 label: '淇濇磥鏀剁撼',
                 },
               {
-                id: 2021,
+                id: 2020,
                 label: '閫氳褰�',
               },
               { id:2033,
@@ -297,6 +297,7 @@
              }
            //  alert(data.authority)
             // let _this = this
+			this.menuOptionsp[0]['children'] = []
              getUserByFidAid(data).then(response=>{
                console.log(response)
                let fams = response.data;
@@ -318,8 +319,10 @@
     upAuthority(){
       let checkedKeys = this.$refs.authr.getCheckedKeys();
       let peoKeys = this.$refs.peoInfo.getCheckedKeys();
-     // console.log(peoKeys)
+     console.log(peoKeys)
+	 //alert(this.fid)
      // alert(checkedKeys.length)
+	
      // this.getDeptAllCheckedKeys()
      if(checkedKeys.length!=0&&peoKeys.length!=0)
      {
@@ -346,7 +349,8 @@
         "fid": this.fid,
         "authority": value
       }
-      alert(data.authority)
+	    this.menuOptionsp[0]['children'] = []
+     // alert(data.authority)
       let _this = this
       getUserByFidAid(data).then(response=>{
         console.log(response)
@@ -439,6 +443,8 @@
 			return
     getAllInfo(clanId).then(response=>{
       let fams = response.data
+	 // console.log(fams)
+	//  console.log("++++++++++++++++++++++++==")
       for(let i = 0; i < fams.length; i++)
         _this.menuOptions1[0]['children'].push({id:fams[i].userId,label:fams[i].nickName })
     })

--
Gitblit v1.9.1