[Improvement] AddressEdit: simplify (#1274)

This commit is contained in:
neverland
2018-06-12 20:43:16 +08:00
committed by GitHub
parent c4c93ebbf7
commit 90bbfd2b12
10 changed files with 78 additions and 128 deletions
+2 -2
View File
@@ -54,11 +54,11 @@ export default {
methods: {
onSave() {
this.$toast('save');
this.$toast(this.$t('save'));
},
onDelete() {
this.$toast('delete');
this.$toast(this.$t('delete'));
},
onChangeDetail(val) {