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

工艺提醒,工艺案例

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