Commit 4686ccf9 authored by zhuli's avatar zhuli

# 查看报工记录

parent e71445cd
...@@ -1263,12 +1263,10 @@ export default { ...@@ -1263,12 +1263,10 @@ export default {
const params2 = { const params2 = {
pageNum: 1, pageNum: 1,
pageSize: 1000, pageSize: 1000,
routeId: row.routeId, workorderId: row.workorderId,
}; };
listRecord(params2).then(({ rows }) => {
const params = {};
listRecord(params).then(({ rows }) => {
this.$refs["ProogingProcessRef"].setList(rows); this.$refs["ProogingProcessRef"].setList(rows);
}); });
} }
......
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