Commit b82a8c38 by lichengming

修改了编制证书

parent 4ad5bb08
......@@ -7,5 +7,9 @@ import http from '../http'
export default {
// 证书模板
pageSampleInputRecordTemp: data =>
http.post('/print/v1/template_category/list_type', data).then(res => res)
http.post('/print/v1/template_category/list_type', data).then(res => res),
// 实验室原始记录模板名称
pageSampleTemplate: data =>
http.post('/print/v1/template/page', data).then(res => res)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment