|
|
|
@ -663,6 +663,10 @@ export default {
|
|
|
|
this.queryParams.checkTimeStart = null;
|
|
|
|
this.queryParams.checkTimeStart = null;
|
|
|
|
this.queryParams.checkTimeEnd = null;
|
|
|
|
this.queryParams.checkTimeEnd = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
const routeCheckType = this.$route.query.checkType
|
|
|
|
|
|
|
|
if (routeCheckType){
|
|
|
|
|
|
|
|
this.queryParams.checkType = routeCheckType
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
listQcProduce(this.queryParams).then(response => {
|
|
|
|
listQcProduce(this.queryParams).then(response => {
|
|
|
|
this.qcProduceList = response.rows;
|
|
|
|
this.qcProduceList = response.rows;
|
|
|
|
|