[add 功能安全中心] 基础页面

This commit is contained in:
danshihao
2024-06-19 11:22:45 +08:00
parent 1f0e17bfdb
commit 7ed658f9d8
10 changed files with 2573 additions and 3 deletions
@@ -184,6 +184,11 @@ export default {
this.canOperate = this.$route.query.canOperate === 'true'
this.projectType = 4
this.filters.projectType = 4
} else if (this.$route.query.hasOwnProperty.call(this.$route.query, 'safetyCenterId')) {
// 功能安全中心
this.filters.projectId = this.$route.query.safetyCenterId
this.projectType = 5
this.filters.projectType = 5
}
this.projectId = this.filters.projectId
this.loadData()