[bugfix] AddressEdit correct name key

This commit is contained in:
陈嘉涵
2017-10-11 09:52:55 +08:00
parent 581d6adf02
commit 07bc4b4fbf
3 changed files with 19 additions and 22 deletions

View File

@@ -12,9 +12,6 @@ export default {
methods: {
onSave() {
this.test = {
user_name: 'b'
};
Toast('save');
},
onDelete() {