@@ -9,6 +9,7 @@
@checkChange="checkChange"
@click="clickTreeNode"
hangsheTree
+ :defaultCheckSub="false"
></org-tree>
</el-col>
@@ -376,7 +377,7 @@ export default {
planStatus:null,
pageSize:10,
pageNum:1,
- checkSub:true,
+ checkSub:false,
orgId:null,
...query,
},
@@ -175,6 +175,9 @@
min-width="120"
v-if="columns[6].visible"
>
+ <template slot-scope='r'>
+ {{r.row.roles?r.row.roles.map(r=>r.roleName).join('||'):''}}
+ </template>
</el-table-column>
<el-table-column
prop="orgName"
@@ -8,6 +8,7 @@
@defaultKey="getDefaultKey"
@@ -386,7 +387,7 @@ export default {
planName: null,
pageNum: 1,
pageSize: 10,
- checkSub: true,
+ checkSub: false,
roleList: [],