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