zhouwx
2025-11-07 a6a7a4e83171181477a99d429b01c3b73cb0be2d
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;
  });
}