提交 681d77f6 authored 作者: matian's avatar matian

update:更新代码

上级 a9ed4929
......@@ -31,7 +31,7 @@
<a
type="text"
style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #c01540"
@click="toDetail"
@click="toDetail(row)"
>{{ row.title }}</a
>
</template>
......@@ -167,6 +167,7 @@ export default {
this.$refs.list.refetch()
},
toDetail(row) {
console.log(row, 'uyeruywgr')
this.$router.push({
path: '/teacher/data/exam/examData/topicData',
query: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论