|
|
@@ -260,9 +260,16 @@
|
|
|
});
|
|
|
this.typeList = list;
|
|
|
|
|
|
- this.where.type = this.typeList.find(
|
|
|
+ // this.where.type = this.typeList.find(
|
|
|
+ // (item) => item.label == '首件两检'
|
|
|
+ // )?.value;
|
|
|
+ const name = this.typeList.find(
|
|
|
(item) => item.label == '首件两检'
|
|
|
)?.value;
|
|
|
+
|
|
|
+ if (this.isQualityInspection) {
|
|
|
+ this.where.type = name ? name : '';
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|