多体系建设信息化条统-前端
zhouwx
2025-12-08 346ffdf4c528ecfa8471a13cdb6f3740a29262e8
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;
  });
}