Unverified Commit b545d796 by 言肆 Committed by GitHub

Merge pull request #80 from mcmf/patch-1

fix: table list record.key
parents 5430878c ae1631c6
......@@ -216,7 +216,7 @@ export default {
handleEdit (record) {
// Object.assign({}, record)
this.$router.push({ name: 'QueryListEdit', params: { id: record.no } })
this.$router.push({ name: 'QueryListEdit', params: { id: record.key } })
},
handleOk () {
......
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