feige
2024-08-24 b3e00f677518d8c0a5ad7d74c427af4abba810b6
ruoyi-ui/src/views/system/family/index.vue
@@ -268,6 +268,7 @@
    },
    getAllUser(){
     let clanId = this.$store.state.user.clanId
      getAllInfo(clanId).then(response=>{
        let fams = response.data
        let _this = this;
@@ -288,6 +289,7 @@
      this.loading = true;
     let clanId = this.$store.state.user.clanId
   //  alert(clanId)
   //alert(clanId)
     this.queryParams.clanId = clanId; 
      listFamily(this.queryParams).then(response => {
        console.log(response)