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