问答中心 问答流程

This commit is contained in:
gaojiabao
2023-02-23 11:35:57 +08:00
parent 3811c8dfc1
commit 151661a3f2
@@ -1943,6 +1943,18 @@ export default {
} }
}) })
} }
case '27':
this.$router.push({
name: 'MyQuestions',
query:{
taskIds: row.taskIds,
prcId: row.prcId,
prcNum: row.prcNum,
prcName: row.prcName,
prcType: row.prcType,
}
})
break break
} }