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

update:更新代码

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