culture/src/views/strain-library/breeding-record/service.js
@@ -40,4 +40,19 @@ return axios.get('/open/t-breeding-and-preservation/getDetailById', { params: data }) } //接种斜面记录确认入库 export const vaccinationSlopesConfirm = (data) => { return axios.post('/api/t-breeding-and-preservation/vaccinationSlopesConfirm', { ...data }) } //菌种保藏记录确认入库 export const culturePreservationsConfirm = (data) => { return axios.post('/api/t-breeding-and-preservation/culturePreservationsConfirm', { ...data }) }