From 5e14b5a892c42505c5d9ca08cd1b6cdeec0fbca9 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Fri, 13 May 2022 15:55:21 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E9=A1=B9=E7=9B=AE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=A1=B9=E7=9B=AEid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/TaskParameterCollection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue index ec75a13e5..0f42d2479 100644 --- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue +++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue @@ -284,6 +284,7 @@ }, getlist() { let query = { + projectId: this.$route.query.id, pageSize: this.pageSize, pageNo: this.pageNo, ...this.queryParam