liudong
2024-07-31 b6107c2cb71fc5216d67bbfa941a3ec115b0dafb
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];