|
@@ -470,6 +470,9 @@ export default {
|
|
|
} else if (record.type === this.DictCache.getValueByCode(this.DictCache.TYPE.WORKPLACE_BACKLOG_TYPE, 'FILL_TASK')) {
|
|
|
console.log(record)
|
|
|
this.$router.push('/sb/inspection/fill/task?id=' + record.targetId) // 跳转巡检
|
|
|
+ } else if (record.type === this.DictCache.getValueByCode(this.DictCache.TYPE.WORKPLACE_BACKLOG_TYPE, 'XIAN_ZHI')) {
|
|
|
+ console.log(record)
|
|
|
+ this.$router.push('/assets/Idle?id=' + record.targetId) // 跳转巡检
|
|
|
} else {
|
|
|
this.$message.info('该类型的通知正在开发中,请稍后...')
|
|
|
}
|