liudong
2024-08-08 2f5fbb2144ca03477eb91ab36a990ea013065214
src/views/authority/organization/index.vue
@@ -4,7 +4,7 @@
    <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
@@ -194,6 +194,12 @@
  }
};
const handleCancel = (type) => {
  if (type == 1) {
    visible.value = false;
  }
};
const OrganizationData = async (key) => {
  await OrganizationList(key).then((res) => {
    treeData.value = [...res.rows];