Commit 8c2d651c by huaying

fix: hmid

parent 77e21bdd
......@@ -217,7 +217,7 @@ export default {
text: '数据',
visible: true,
handler: row => {
this.$router.push(`/actCodeDetail?id=${row.hmId}&activeName=second`);
this.$router.push(`/actCodeDetail?hmId=${row.hmId}&activeName=second`);
}
},
{
......
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