Skip to content

Commit ccf19c2

Browse files
authored
Merge pull request #80 from mcmf/patch-1
fix: table list record.key
2 parents 3a91251 + e30716d commit ccf19c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/list/table/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default {
216216
217217
handleEdit (record) {
218218
// Object.assign({}, record)
219-
this.$router.push({ name: 'QueryListEdit', params: { id: record.no } })
219+
this.$router.push({ name: 'QueryListEdit', params: { id: record.key } })
220220
},
221221
handleOk () {
222222

0 commit comments

Comments
 (0)