多体系建设信息化条统-前端
祖安之光
2025-11-27 a7e0a678c3cdc990e3c3b6520f64d4fffc69a85b
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;
  });
}