多体系建设信息化条统-前端
祖安之光
2025-12-11 65c426a4930005901aa86a7cb8a60cf27811617c
src/views/system/dept/index.vue
@@ -176,7 +176,7 @@
function getList() {
  loading.value = true;
  listDept(queryParams.value).then(response => {
    deptList.value = proxy.handleTree(response.data, "deptId");
    deptList.value = proxy.handleTree(response.data, "deptId")
    loading.value = false;
  });
}