diff --git a/packages/2.0.5/AppGridMember/AppGridMember.vue b/packages/2.0.5/AppGridMember/AppGridMember.vue
index 00e3abd7..fa9f5d03 100644
--- a/packages/2.0.5/AppGridMember/AppGridMember.vue
+++ b/packages/2.0.5/AppGridMember/AppGridMember.vue
@@ -16,6 +16,7 @@
\ No newline at end of file
+ .tree-container {
+ & > span {
+ display: block;
+ margin-bottom: 4px;
+ }
+
+ .tree-user__item {
+ display: flex;
+ align-items: center;
+ margin-bottom: 10px;
+
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+ img {
+ width: 27px;
+ height: 27px;
+ margin-right: 10px;
+ }
+ }
+
+ ::v-deep .el-tree {
+ background: transparent;
+
+ .el-tree-node {
+ margin-bottom: 8px;
+
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+
+ .el-tree-node__content {
+ height: auto;
+ margin-top: 2px;
+ // align-items: inherit;
+ }
+
+ .el-tree-node__expand-icon {
+ height: 24px;
+ }
+ }
+
+ .mask-btn__wrapper {
+ position: relative;
+ }
+
+ .mask-btn {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ }
+
+ .userlist-item {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-bottom: 8px;
+ padding: 0 17px;
+ cursor: pointer;
+ user-select: none;
+
+ ::v-deep .el-checkbox__label {
+ display: none;
+ }
+
+ .userlist-item__left {
+ display: flex;
+ align-items: center;
+
+ span {
+ color: #222222;
+ font-size: 14px;
+ }
+
+ img {
+ width: 40px;
+ height: 40px;
+ margin-right: 8px;
+ }
+ }
+ }
+
+ & > div {
+ width: 280px;
+ background: #FCFCFC;
+ border: 1px solid #D0D4DC;
+ }
+
+ .AiWechatSelecter-list {
+ height: calc(100% - 40px);
+ padding: 8px 0;
+
+ ::v-deep .el-scrollbar__wrap {
+ margin-bottom: 0!important;
+ overflow-x: hidden;
+ }
+
+ ::v-deep .el-checkbox-group {
+ padding: 0 8px;
+
+ .el-checkbox {
+ display: block;
+ margin-right: 0;
+ }
+ }
+ }
+
+ .AiWechatSelecter-container__left {
+ flex: 1;
+ }
+
+ .AiWechatSelecter-container__right {
+ flex: 1;
+ margin-left: 20px;
+
+ .AiWechatSelecter-list {
+ .tags-wrapper {
+ padding: 0 8px;
+ }
+ .el-tag {
+ margin: 0 8px 8px 0px;
+ color: #222222;
+ font-size: 14px;
+ }
+ }
+ }
+
+ .AiWechatSelecter-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ height: 40px;
+ padding: 0 8px 0 0;
+ border-bottom: 1px solid #D0D4DC;
+ background: #F5F7FA;
+
+ .AiWechatSelecter-header__left {
+ display: flex;
+ align-items: center;
+ padding: 0 8px;
+
+ h2 {
+ height: 100%;
+ line-height: 40px;
+ color: #222222;
+ font-size: 14px;
+ text-align: center;
+ cursor: pointer;
+ border-bottom: 2px solid transparent;
+
+ &.active {
+ color: #2266FF;
+ border-color: #2266FF;
+ }
+ }
+ }
+
+ .el-button {
+ height: 28px;
+ padding: 7px 5px;
+ }
+
+ .el-input {
+ width: 160px;
+ }
+ }
+
+ .AiWechatSelecter-header__right {
+ padding: 0 8px;
+
+ h2 {
+ color: #222222;
+ font-size: 14px;
+ text-align: center;
+ }
+ }
+ }
+ }
+
diff --git a/packages/2.0.5/AppGridMember/components/list.vue b/packages/2.0.5/AppGridMember/components/list.vue
index 8fc592a8..fd511957 100644
--- a/packages/2.0.5/AppGridMember/components/list.vue
+++ b/packages/2.0.5/AppGridMember/components/list.vue
@@ -66,7 +66,7 @@
- 责任家庭
+ 责任家庭
查看
删除
@@ -181,6 +181,16 @@ export default {
}
})
},
+
+ toFamily (id) {
+ this.$emit('change', {
+ type: 'Family',
+ params: {
+ id
+ }
+ })
+ },
+
handleSelectionChange(val) {
this.ids = [];
val.map((e) => {