生产过程检、报告新增默认选择过程巡检参数

master
FCD 3 weeks ago
parent 6776af6e82
commit 3686b183c9

@ -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;
this.queryParams.checkTimeEnd = null;
}
const routeCheckType = this.$route.query.checkType
if (routeCheckType){
this.queryParams.checkType = routeCheckType
}
listQcProduce(this.queryParams).then(response => {
this.qcProduceList = response.rows;

Loading…
Cancel
Save