src/api/system/package.js @@ -196,4 +196,13 @@ method: 'get', params: query }) } // 体检套餐新增修改接口 export function saveOreditTjPacNew(data) { return request({ url: '/system/package/saveOreditTjPacNew', method: 'post', data: data }) }