This commit is contained in:
Captain.B 2020-05-18 16:41:53 +08:00
parent 92dad7b483
commit af8e42351b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
},
link(row) {
this.$router.push({
path: '/performance/test/edit?id=' + row.id,
path: '/performance/test/edit/' + row.id,
})
}
},