祖安之光
2025-12-08 6c72f9b20a1c0ea679ee1e39c794183fda217456
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;
  });
}