zhangxiao
2024-08-06 23f8f2717620e9c4b8184275e785df32501c53b5
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];