Commit 878b643e by lichengming
parents 7f1c3d80 7f0c9b9e
......@@ -74,8 +74,18 @@ export default {
pageCertificateMake: data =>
http.post('meter/v1/sample/page_certificate_make', data).then(res => res),
pageCertificateMakeHis: data =>
http
.post('meter/v1/sample/page_certificate_make_his', data)
.then(res => res),
pageCertificateCheck: data =>
http.post('meter/v1/sample/page_certificate_check', data).then(res => res),
pageCertificateCheckHis: data =>
http
.post('meter/v1/sample/page_certificate_check_his', data)
.then(res => res),
pageCertificateIssue: data =>
http.post('meter/v1/sample/page_certificate_issue', data).then(res => res),
pageCertificatePrint: data =>
......
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