Commit 4bea91a3 authored by wei's avatar wei

kk

parent 538db5a1
......@@ -138,7 +138,7 @@
<van-button
type="info"
size="mini"
@click="todetail(index, item)"
@click="todotail(index, item)"
>查看详情</van-button
>
</van-row></van-col
......@@ -268,8 +268,7 @@ export default {
});
},
//查看详情
todetail(index, item) {
this.showIndex = true;
todotail(index, item) {
console.log(item);
this.$router.push({
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