马宇豪
2025-03-20 e4ffb2e23c86c452c81d485d4eb613f17ddaea97
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)
  });
}