From f6caf2b0a4502f2ba888b58a88ff7c7e409e40d0 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期日, 31 七月 2022 15:05:05 +0800
Subject: [PATCH] 将put修改为post

---
 src/pages/library/components/personList.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/pages/library/components/personList.vue b/src/pages/library/components/personList.vue
index b865879..4048acb 100644
--- a/src/pages/library/components/personList.vue
+++ b/src/pages/library/components/personList.vue
@@ -1173,6 +1173,7 @@
       }
     },
     async getPersonList() {
+      console.log(this.baseObject);
       this.$nextTick(() => {
         if (this.baseObject.id && this.baseObject.id !== undefined) {
           this.BaseManageData.tableId = this.baseObject.id;

--
Gitblit v1.8.0