马宇豪
2025-03-20 4a212603b9f5b5328d34396e63e644bdab4d18df
src/views/signProject/components/circulation.vue
@@ -95,7 +95,6 @@
const getDept = () => {
  listDept().then(response => {
    state.options = proxy.handleTree(response.data, "deptId",'parentId','children');
    console.log('response',state.options)
  });
}