Tcsm
2023-07-19 edf97cb2bfe110123a6dacc1cd8c52ce400ff1db
ruoyi-ui/src/views/self/show.vue
@@ -1238,9 +1238,8 @@
    // },
    //个人记事本
    toMemo(row){
      const id = row.id;
      this.$router.push("/self/self/memo/" + id);
    toMemo(){
      this.$router.push("/self/self/memo/" + this.individualList.userId);
    },
    /** 查看详细信息 */