zhouwx
2025-03-21 fd3ef41e30c4d262ceb5616075daacf61c40d20d
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)
  });
}