zhouwx
2025-03-17 e59f909c6b3d45d49fde4716d6380f52a865dc4f
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)
  });
}