提交 f3538fa7 编写于 作者: X xinlaa

组织架构,客户群调试

git commit -m 组织架构,客户群调试
git commit -m 组织架构,客户群调试
上级 89373f55
......@@ -138,8 +138,8 @@ export default {
this.loading = false;
});
},
handleNodeClick(data, node) {
this.query.department = data.id;
handleNodeClick(data) {
data.id != 1 && (this.query.department = data.id);
this.getList(1);
},
edit(data, type) {
......
......@@ -42,9 +42,9 @@ export default {
};
},
created() {
this.getList();
this.group = this.$route.query;
this.query.groupId = this.group.id;
this.query.chatId = this.group.chatId;
this.getList();
},
methods: {
getList(page) {
......@@ -143,7 +143,7 @@ export default {
</el-input>
<el-table v-loading="loading" :data="list" @selection-change="handleSelectionChange">
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="群成员" align="center" prop="operId">
<el-table-column label="群成员" align="center" prop="memberName">
<template slot-scope="scope">
{{ scope.row.memberName }}
<!-- <span
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册