Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/views/nav1/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
//显示编辑界面
handleEdit: function (index, row) {
this.editFormVisible = true;
this.editForm = Object.assign({}, row);
this.editForm = JSON.parse(JSON.stringify(row));
},
//显示新增界面
handleAdd: function () {
Expand Down Expand Up @@ -300,4 +300,4 @@

<style scoped>

</style>
</style>