From 6976afb4d0a45ddb2f565f5c255710462f18d246 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期二, 08 八月 2023 12:30:10 +0800
Subject: [PATCH] 性别显示已经改好了, 隐私备忘录  新增删除搞好了

---
 ruoyi-ui/src/views/secret/memo.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ruoyi-ui/src/views/secret/memo.vue b/ruoyi-ui/src/views/secret/memo.vue
index 9f68237..4a99129 100644
--- a/ruoyi-ui/src/views/secret/memo.vue
+++ b/ruoyi-ui/src/views/secret/memo.vue
@@ -219,8 +219,9 @@
 
       listNote(cid, 2031).then(response => {
           this.memoList = response.data;
-          console.log(this.memoList)
+         // alert(response.data.total)
           this.total = response.data.total;
+         // alert(this.total)
           this.loading = false;
         }
       );
@@ -339,10 +340,10 @@
           addNote(this.formDat).then(response => {
             this.$modal.msgSuccess("鏂板鎴愬姛");
             this.open = false;
-            // this.queryParams.cid = cid
-            // this.queryParams.fid = fid
-            this.getList(fid,cid);
+
+            this.getList(this.formDat.fid,this.formDat.cid);
             resetQuery();
+
           });
         }
       });
@@ -380,7 +381,7 @@
       }).then(() => {
         // this.getList(fid,cid);
         this.$modal.msgSuccess("鍒犻櫎鎴愬姛");
-        getList(fid,cid);
+        this.getList(fid,cid);
       }).catch(() => {});
     },
     /** 瀵煎嚭鎸夐挳鎿嶄綔 */

--
Gitblit v1.9.1