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