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