This commit is contained in:
Captain.B 2020-02-27 16:25:37 +08:00
parent 54963b2fa0
commit 3ecdad488c
1 changed files with 2 additions and 1 deletions

View File

@ -139,11 +139,12 @@
confirmButtonText: this.$t('commons.confirm'),
cancelButtonText: this.$t('commons.cancel'),
type: 'warning'
}, () => {
}).then(() => {
this.$get('/project/delete/' + row.id, () => {
Message.success(this.$t('commons.delete_success'));
this.list();
});
}).catch(() => {
});
},
list() {