[update 功能安全中心会议] 会议维护查询时带上安全中心项目id

This commit is contained in:
danshihao
2024-07-03 15:39:20 +08:00
parent f0e5bf9fb7
commit 4b9747d188
@@ -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: {