[Improvement] add AddressEdit test cases (#1083)

This commit is contained in:
neverland
2018-05-17 14:22:57 +08:00
committed by GitHub
parent 1bae8ab986
commit 22cff2faec
4 changed files with 189 additions and 21 deletions

View File

@@ -269,10 +269,6 @@ export default create({
},
onDelete() {
if (this.isDeleting) {
return;
}
Dialog.confirm({
message: this.$t('confirmDelete')
}).then(() => {