fix
13404089107
2025-06-30 690ba689dc5f85937f9a13c482d24e78002c74fe
culture/src/views/pedigree-chart/service.js
@@ -10,6 +10,11 @@
  return axios.post('/api/t-pedigree-chart/addProgenitor', { ...data })
}
//编辑
export const edit = (data) => {
  return axios.post('/api/t-pedigree-chart/editProgenitor', { ...data })
}
// 谱系图详情
export const getDetail = (params) => {
  return axios.get('/open/t-pedigree-chart/getDetailInfoById', { params })