Browse Source

fix for edit window

master
taylor 8 years ago
parent
commit
c597eadb81
  1. 1
      src/pages/nav1/Table.vue

1
src/pages/nav1/Table.vue

@ -167,6 +167,7 @@
},
//
handleEdit: function (row) {
this.$refs['editForm'].resetFields();
this.editFormVisible = true;
this.editFormTtile = '编辑';
this.editForm.id = row.id;

Loading…
Cancel
Save