feige
2023-08-08 6976afb4d0a45ddb2f565f5c255710462f18d246
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(() => {});
    },
    /** 导出按钮操作 */