diff --git a/jero-web/src/views/projectManagement/components/nonConformance.vue b/jero-web/src/views/projectManagement/components/nonConformance.vue index 160950d4e..103d035f9 100644 --- a/jero-web/src/views/projectManagement/components/nonConformance.vue +++ b/jero-web/src/views/projectManagement/components/nonConformance.vue @@ -398,12 +398,14 @@ export default { this.getList() }, getList() { + console.log(this.$route.query) let query = { pageNo: this.pageNo, pageSize: this.pageSize, orderBy: this.orderBy, orderByField: this.orderByField, projectLibraryId: this.$route.query.id, + projectName:this.$route.query.projectName, ...this.queryParam } this.loading = true