liudong
2024-08-05 2d41342b8d76c56d11f8024d1778a6d9d340278a
src/views/authority/organization/index.vue
@@ -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];