[update 功能安全中心会议] 会议维护查询时带上安全中心项目id
This commit is contained in:
@@ -259,7 +259,7 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
this.projectName = this.$route.query.projectName
|
this.projectName = this.$route.query.projectName
|
||||||
this.projectId = this.$route.query.projectId
|
this.projectId = this.$route.query.projectId
|
||||||
this.filters.projectId = this.projectId
|
this.filters.safetyCenterId = this.projectId
|
||||||
this.loadData(1)
|
this.loadData(1)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user