Skip to content

Commit e30716d

Browse files
author
土拨鼠
authored
Update List.vue
record.no 非int类型 应该调用key
1 parent 3a91251 commit e30716d

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)