Commit 4bea91a3 authored by wei's avatar wei

kk

parent 538db5a1
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<van-button <van-button
type="info" type="info"
size="mini" size="mini"
@click="todetail(index, item)" @click="todotail(index, item)"
>查看详情</van-button >查看详情</van-button
> >
</van-row></van-col </van-row></van-col
...@@ -268,8 +268,7 @@ export default { ...@@ -268,8 +268,7 @@ export default {
}); });
}, },
//查看详情 //查看详情
todetail(index, item) { todotail(index, item) {
this.showIndex = true;
console.log(item); console.log(item);
this.$router.push({ this.$router.push({
name: "riskTaskList", name: "riskTaskList",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment