qinxianzhangyao
2024-07-23 28b11b6ca5fad4ec33d4a1a4bbab62d5364cdab4
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}