bug fix
This commit is contained in:
parent
54963b2fa0
commit
3ecdad488c
|
@ -139,11 +139,12 @@
|
||||||
confirmButtonText: this.$t('commons.confirm'),
|
confirmButtonText: this.$t('commons.confirm'),
|
||||||
cancelButtonText: this.$t('commons.cancel'),
|
cancelButtonText: this.$t('commons.cancel'),
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}, () => {
|
}).then(() => {
|
||||||
this.$get('/project/delete/' + row.id, () => {
|
this.$get('/project/delete/' + row.id, () => {
|
||||||
Message.success(this.$t('commons.delete_success'));
|
Message.success(this.$t('commons.delete_success'));
|
||||||
this.list();
|
this.list();
|
||||||
});
|
});
|
||||||
|
}).catch(() => {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
list() {
|
list() {
|
||||||
|
|
Loading…
Reference in New Issue