Commit 791da147 authored by 仇晓婷's avatar 仇晓婷

工艺提醒,工艺案例

parent 1c2775ef
...@@ -118,11 +118,11 @@ export default { ...@@ -118,11 +118,11 @@ export default {
type: { op: "Equal", value: 1 }, type: { op: "Equal", value: 1 },
routingHeaderId: { routingHeaderId: {
op: "Equal", op: "Equal",
value: Number(this.$route.query.headid), value: this.$route.query.routid.toString(),
}, },
routingDetailId: { routingDetailId: {
op: "Equal", op: "Equal",
value: Number(this.$route.query.routid), value: this.$route.query.headid.toString(),
}, },
}, },
modal: false, modal: false,
......
...@@ -107,11 +107,11 @@ export default { ...@@ -107,11 +107,11 @@ export default {
type: { op: "Equal", value: 2 }, type: { op: "Equal", value: 2 },
routingHeaderId: { routingHeaderId: {
op: "Equal", op: "Equal",
value: Number(this.$route.query.headid), value: this.$route.query.routid.toString(),
}, },
routingDetailId: { routingDetailId: {
op: "Equal", op: "Equal",
value: Number(this.$route.query.routid), value: this.$route.query.headid.toString(),
}, },
}, },
modal: false, modal: false,
......
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