Commit ccf19c29 by 言肆 Committed by GitHub

Merge pull request #80 from mcmf/patch-1

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