Commit 5e818777 by lichengming

修改了试样检测和委托单登记

parent 699fbb92
......@@ -30,8 +30,6 @@ export default {
http.post('soil/v1/sample/page_exp_audit_sample', data).then(res => res),
pageExpCheckSample: data =>
http.post('soil/v1/sample/page_exp_check_sample', data).then(res => res),
pageExpAuditSample: data =>
http.post('soil/v1/sample/page_exp_audit_sample', data).then(res => res),
pageItem: data => http.post('soil/v1/experiment/page', data).then(res => res),
pageAllotByExp: data =>
http.post('soil/v1/experiment/page_allot_by_exp', data).then(res => res),
......@@ -130,8 +128,6 @@ export default {
.post('soil/v1/sample/page_exp_check_sample_his', data)
.then(res => res),
// 数据审核 按照样品审核 右侧分页列表
pageAudit: data =>
http.post('soil/v1/experiment/page_audit', data).then(res => res),
pageExpAuditSampleHis: data =>
http.post('soil/v1/sample/page_exp_audit_sample_his', 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