bug fix
This commit is contained in:
parent
92dad7b483
commit
af8e42351b
|
@ -51,7 +51,7 @@
|
|||
},
|
||||
link(row) {
|
||||
this.$router.push({
|
||||
path: '/performance/test/edit?id=' + row.id,
|
||||
path: '/performance/test/edit/' + row.id,
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue