src/pages/library/components/personList.vue @@ -812,6 +812,7 @@ }, deleteThis() { debugger deleteDbPersonById({ id: this.toDeleteId }) .then((data) => { if (data.success) {