Commit c22b6040 by lichengming

修改了委托登记操作日志接口

parent a4edc668
......@@ -94,7 +94,7 @@ export default {
.then(res => res),
// 操作日志
pageOutTaskOperation: data =>
http.post('meter/v1/entrust_record/page', data).then(res => res),
http.post('soil/v1/entrust_record/page', data).then(res => res),
// 任务分配操作日志
pageTask: data =>
http.post('meter/v1/sample_record/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