| | |
| | | const { isEquipment, productionId, tierName } = this.$route.params |
| | | // 判断是否是从看板跳转过来,productionId 存在则为从看板跳转 |
| | | if (productionId) { |
| | | _this.$set(this.queryParam, 'tierName', tierName) |
| | | // 判断是否点击的是设备层级 |
| | | if (!isEquipment) _this.$set(this.queryParams, 'parentId', productionId) |
| | | else _this.$set(this.queryParams, 'equipmentId', productionId) |
| | | if (!isEquipment) { |
| | | _this.$set(this.queryParams, 'parentId', productionId) |
| | | _this.$set(this.queryParam, 'tierName', tierName) |
| | | } else { |
| | | _this.$set(this.queryParams, 'equipmentId', productionId) |
| | | _this.$set(this.queryParam, 'tierName', productionId + '/' + tierName) |
| | | } |
| | | } else { |
| | | if (res.result[0]) { |
| | | _this.$set(this.queryParam, 'tierName', res.result[0].title) |