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