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