zhangzengfei
2022-11-22 f74166b3ed257a5e7f463019de3a7a90dae69c2b
src/pages/library/components/personList.vue
@@ -1121,7 +1121,6 @@
    },
    deleteThis() {
      debugger;
      deleteDbPersonById({ id: this.toDeleteId })
        .then((data) => {
          if (data.success) {
@@ -1173,6 +1172,7 @@
      }
    },
    async getPersonList() {
      console.log(this.baseObject);
      this.$nextTick(() => {
        if (this.baseObject.id && this.baseObject.id !== undefined) {
          this.BaseManageData.tableId = this.baseObject.id;