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