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