update 角色管理分配权限

This commit is contained in:
qianlishi
2021-12-13 12:12:31 +08:00
parent 19dcda91a0
commit 9c3ec6c1b6

View File

@@ -15,6 +15,7 @@
node-key="id"
default-expand-all
:default-checked-keys="checkedKeys"
class="el-tree"
/>
<div slot="footer" style="text-align: center">
<el-button type="primary" plain @click="saveTreeData">保存</el-button>
@@ -83,3 +84,9 @@ export default {
}
};
</script>
<style lang="scss" scoped>
/deep/.el-dialog__body {
height: 400px;
overflow-y: scroll;
}
</style>