From 4b9747d18850ebda7c0639254e707380da4f97ee Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 3 Jul 2024 15:39:20 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E5=8A=9F=E8=83=BD=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E4=BC=9A=E8=AE=AE]=20=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E6=9F=A5=E8=AF=A2=E6=97=B6=E5=B8=A6=E4=B8=8A?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E4=B8=AD=E5=BF=83=E9=A1=B9=E7=9B=AEid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FunctionalSafetyConferenceMaintenance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/functionalSafetyCenter/FunctionalSafetyConferenceMaintenance.vue b/src/views/functionalSafetyCenter/FunctionalSafetyConferenceMaintenance.vue index 59c5d31..6d06f0f 100644 --- a/src/views/functionalSafetyCenter/FunctionalSafetyConferenceMaintenance.vue +++ b/src/views/functionalSafetyCenter/FunctionalSafetyConferenceMaintenance.vue @@ -259,7 +259,7 @@ export default { created() { this.projectName = this.$route.query.projectName this.projectId = this.$route.query.projectId - this.filters.projectId = this.projectId + this.filters.safetyCenterId = this.projectId this.loadData(1) }, methods: {