Commit e30716d2 by 土拨鼠 Committed by GitHub

Update List.vue

record.no 非int类型 应该调用key
parent 3a912512
......@@ -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