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; }); }