|
|
@@ -1322,8 +1322,10 @@
|
|
|
res.produceRoutingId || this.$route.query.produceRoutingId;
|
|
|
|
|
|
if (
|
|
|
- !this.form.factoriesId &&
|
|
|
- (res.produceRoutingId || this.$route.query.produceRoutingId)
|
|
|
+ (!this.form.factoriesId &&
|
|
|
+ (res.produceRoutingId || this.$route.query.produceRoutingId)) ||
|
|
|
+ (!this.form.factoriesId &&
|
|
|
+ (!res.produceRoutingId || !this.$route.query.produceRoutingId))
|
|
|
) {
|
|
|
this.form.factoriesId =
|
|
|
res.factoriesId || this.$route.query.factoriesId;
|