|
@@ -177,6 +177,7 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
pointId: null,
|
|
|
+ planId: null,
|
|
|
inspectionId: null,
|
|
|
testValue: null,
|
|
|
netTestValue: null,
|
|
@@ -213,6 +214,7 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
pointId: null,
|
|
|
+ planId: null,
|
|
|
inspectionId: null,
|
|
|
testValue: null,
|
|
|
netTestValue: null,
|
|
@@ -303,6 +305,7 @@ export default {
|
|
|
this.queryParams.repairId = null;
|
|
|
}
|
|
|
this.queryParams.inspectionId = null;
|
|
|
+ this.queryParams.planId = this.row.planId;
|
|
|
listCheckpoints(this.queryParams).then(response => {
|
|
|
this.leftData = response.rows;
|
|
|
this.leftTotal = response.total;
|