| 
														
															@@ -12,13 +12,13 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <el-input 
														 | 
														
														 | 
														
															         <el-input 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           v-model.trim="searchForm.search" 
														 | 
														
														 | 
														
															           v-model.trim="searchForm.search" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           clearable 
														 | 
														
														 | 
														
															           clearable 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-           @keyup.enter.native=" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              (e) => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                e.target.blur(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                $refs.searchForm.save(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                search(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            " 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          @keyup.enter.native=" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            e => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              e.target.blur(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              $refs.searchForm.save(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              search(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          " 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           placeholder="群聊名称" 
														 | 
														
														 | 
														
															           placeholder="群聊名称" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ></el-input> 
														 | 
														
														 | 
														
															         ></el-input> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </el-form-item> 
														 | 
														
														 | 
														
															       </el-form-item> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -147,7 +147,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     return { 
														 | 
														
														 | 
														
															     return { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       searchForm: { 
														 | 
														
														 | 
														
															       searchForm: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         search: null, 
														 | 
														
														 | 
														
															         search: null, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        groupType: "", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        groupType: "" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }, 
														 | 
														
														 | 
														
															       }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       catgGoupTypeList, 
														 | 
														
														 | 
														
															       catgGoupTypeList, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       tableList: [], 
														 | 
														
														 | 
														
															       tableList: [], 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -157,12 +157,12 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         limit: 10, // 限制显示条数 
														 | 
														
														 | 
														
															         limit: 10, // 限制显示条数 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         page: 1, // 当前页 
														 | 
														
														 | 
														
															         page: 1, // 当前页 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         total: 0, // 总条数 
														 | 
														
														 | 
														
															         total: 0, // 总条数 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        page_size: [10, 20, 40, 50], // 选择限制显示条数 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        page_size: [10, 20, 40, 50] // 选择限制显示条数 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }, 
														 | 
														
														 | 
														
															       }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       addMuiscVisible: false, 
														 | 
														
														 | 
														
															       addMuiscVisible: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       multipleSelection: [], 
														 | 
														
														 | 
														
															       multipleSelection: [], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       chioseIdList: [], 
														 | 
														
														 | 
														
															       chioseIdList: [], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      isNewPage: false, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      isNewPage: false 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }; 
														 | 
														
														 | 
														
															     }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   //生命周期 - 创建完成(可以访问当前this实例) 
														 | 
														
														 | 
														
															   //生命周期 - 创建完成(可以访问当前this实例) 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -189,16 +189,16 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         const res = await getSysGroupList({ 
														 | 
														
														 | 
														
															         const res = await getSysGroupList({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           ...this.searchForm, 
														 | 
														
														 | 
														
															           ...this.searchForm, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           page: this.rules.page, 
														 | 
														
														 | 
														
															           page: this.rules.page, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          rows: this.rules.limit, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          rows: this.rules.limit 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.tableList = res.data.rows; 
														 | 
														
														 | 
														
															         this.tableList = res.data.rows; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.rules.total = res.data.total; 
														 | 
														
														 | 
														
															         this.rules.total = res.data.total; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        let idList = this.chioseIdList.map((group) => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        let idList = this.chioseIdList.map(group => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           return group.id; 
														 | 
														
														 | 
														
															           return group.id; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.isNewPage = true; 
														 | 
														
														 | 
														
															         this.isNewPage = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.$nextTick(() => { 
														 | 
														
														 | 
														
															         this.$nextTick(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          this.tableList.forEach((course) => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          this.tableList.forEach(course => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (idList.indexOf(course.id) != -1) { 
														 | 
														
														 | 
														
															             if (idList.indexOf(course.id) != -1) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               this.$refs.multipleSelection.toggleRowSelection(course, true); 
														 | 
														
														 | 
														
															               this.$refs.multipleSelection.toggleRowSelection(course, true); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             } 
														 | 
														
														 | 
														
															             } 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -235,12 +235,12 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ); 
														 | 
														
														 | 
														
															         ); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } else { 
														 | 
														
														 | 
														
															       } else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (this.isNewPage) return; 
														 | 
														
														 | 
														
															         if (this.isNewPage) return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        let idList = this.chioseIdList.map((group) => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        let idList = this.chioseIdList.map(group => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           return group.id; 
														 | 
														
														 | 
														
															           return group.id; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.$nextTick(() => { 
														 | 
														
														 | 
														
															         this.$nextTick(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           let tableIdList = []; 
														 | 
														
														 | 
														
															           let tableIdList = []; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          this.tableList.forEach((group) => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          this.tableList.forEach(group => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             tableIdList.push(group.id); 
														 | 
														
														 | 
														
															             tableIdList.push(group.id); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (idList.indexOf(group.id) != -1) { 
														 | 
														
														 | 
														
															             if (idList.indexOf(group.id) != -1) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               this.$refs.multipleSelection.toggleRowSelection(group, false); 
														 | 
														
														 | 
														
															               this.$refs.multipleSelection.toggleRowSelection(group, false); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -248,7 +248,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }); 
														 | 
														
														 | 
														
															           }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.chioseIdList = this.$helpers.lodash.remove( 
														 | 
														
														 | 
														
															           this.chioseIdList = this.$helpers.lodash.remove( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             this.chioseIdList, 
														 | 
														
														 | 
														
															             this.chioseIdList, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            function (item) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            function(item) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               return tableIdList.indexOf(item.id) == -1; 
														 | 
														
														 | 
														
															               return tableIdList.indexOf(item.id) == -1; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             } 
														 | 
														
														 | 
														
															             } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           ); 
														 | 
														
														 | 
														
															           ); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -263,7 +263,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.$refs.multipleSelection.clearSelection(); 
														 | 
														
														 | 
														
															       this.$refs.multipleSelection.clearSelection(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     onTableSelect(rows, row) { 
														 | 
														
														 | 
														
															     onTableSelect(rows, row) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      let idList = this.chioseIdList.map((group) => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      let idList = this.chioseIdList.map(group => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return group.id; 
														 | 
														
														 | 
														
															         return group.id; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }); 
														 | 
														
														 | 
														
															       }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (idList.indexOf(row.id) != -1) { 
														 | 
														
														 | 
														
															       if (idList.indexOf(row.id) != -1) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -279,15 +279,14 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     gotoCatDetail(row) { 
														 | 
														
														 | 
														
															     gotoCatDetail(row) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.$router.push({ 
														 | 
														
														 | 
														
															       this.$router.push({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         path: "/operateManager/chatDetail", 
														 | 
														
														 | 
														
															         path: "/operateManager/chatDetail", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        query: { imGroupId: row.id, name: row.name }, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        query: { imGroupId: row.id, name: row.name } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }); 
														 | 
														
														 | 
														
															       }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       console.log(row); 
														 | 
														
														 | 
														
															       console.log(row); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     addChat() { 
														 | 
														
														 | 
														
															     addChat() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.$refs.addChatForm.openDioag(); 
														 | 
														
														 | 
														
															       this.$refs.addChatForm.openDioag(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    }, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  }, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </script> 
														 | 
														
														 | 
														
															 </script> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-<style lang='scss' scoped> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-</style> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+<style lang="scss" scoped></style> 
														 |