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