diff --git a/src/views/projectLibrary/inconformityItem/InconformityItemList.vue b/src/views/projectLibrary/inconformityItem/InconformityItemList.vue index 870dc8d0..cd26ddd4 100644 --- a/src/views/projectLibrary/inconformityItem/InconformityItemList.vue +++ b/src/views/projectLibrary/inconformityItem/InconformityItemList.vue @@ -250,9 +250,7 @@ export default { } }, created () { - this.filters = { - projectId: this.$route.query.projectId - } + this.queryParam.projectId = this.$route.query.projectId this.loadData() }, methods: { @@ -327,7 +325,7 @@ export default { param.pageSize = this.ipagination.pageSize param.expectedTimeRange = param.expectedTimeRange ? param.expectedTimeRange.join(',') : null return filterObj(param) - }, + } } } diff --git a/src/views/projectLibrary/vehicleItemLibrary/EvaluationResultHistoryPage.vue b/src/views/projectLibrary/vehicleItemLibrary/EvaluationResultHistoryPage.vue index 7b333cda..25010996 100644 --- a/src/views/projectLibrary/vehicleItemLibrary/EvaluationResultHistoryPage.vue +++ b/src/views/projectLibrary/vehicleItemLibrary/EvaluationResultHistoryPage.vue @@ -7,8 +7,8 @@ - +