From c11e25bab771e6bb6e684629628c72e8ded2744c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 27 Dec 2023 11:24:13 +0800 Subject: [PATCH] fix 79986 --- .../modules/SelectStandardListDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue index 87f3d111..3ca6c9b6 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue @@ -133,7 +133,7 @@ export default { methods: { open (projectId) { this.visible = true - this.queryParam = { + this.filters = { projectId } this.initDict()