| | |
| | | |
| | | <a-row :gutter="20"> |
| | | <a-col :span="8"> |
| | | <a-card :title="$t('menu.organization.title')" :bordered="false" :style="{ width: '100%',height: '900px', 'overflow-y': 'auto' }"> |
| | | <a-card :title="$t('menu.organization.title')" :bordered="false" :style="{ width: '100%',height: '700px', 'overflow-y': 'auto' }"> |
| | | <a-tree |
| | | class="tree-demo" |
| | | draggable |
| | |
| | | } |
| | | }; |
| | | |
| | | const handleCancel = (type) => { |
| | | if (type == 1) { |
| | | visible.value = false; |
| | | } |
| | | }; |
| | | |
| | | const OrganizationData = async (key) => { |
| | | await OrganizationList(key).then((res) => { |
| | | treeData.value = [...res.rows]; |