From f81e83fca9cfca4d5149450433d9650b9dd59197 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期三, 21 八月 2024 17:14:00 +0800
Subject: [PATCH] 增加了新的模块

---
 ruoyi-ui/src/views/system/family/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/system/family/index.vue b/ruoyi-ui/src/views/system/family/index.vue
index a362c8a..33546cb 100644
--- a/ruoyi-ui/src/views/system/family/index.vue
+++ b/ruoyi-ui/src/views/system/family/index.vue
@@ -2,9 +2,9 @@
   <div class="app-container">
     <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
 
-      <el-form-item label="瀹跺涵鍚嶇О" prop="roleKey">
+      <el-form-item label="瀹跺涵鍚嶇О" prop="name">
         <el-input
-          v-model="queryParams.roleKey"
+          v-model="queryParams.name"
           placeholder="璇疯緭鍏ユ潈闄愬瓧绗�"
           clearable
           style="width: 240px"
@@ -286,6 +286,8 @@
     /** 鏌ヨ瑙掕壊鍒楄〃 */
     getList() {
       this.loading = true;
+	  let clanId = this.$store.state.user.clanId
+	  alert(clanId)
       listFamily().then(response => {
           this.roleList = response.data;
          // this.total = response.total;

--
Gitblit v1.9.1