ruoyi-ui/src/views/note/index.vue
@@ -487,7 +487,8 @@
    /** 查看详细信息 */
    handleCheck(row){
      const id = row.id;
      this.$router.push("/family/property/note1/propertyInfo/" + id);
      this.$router.push("/family/note1/propertyInfo/" + id);
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
@@ -495,7 +496,7 @@
      let jd = true
      this.$router.push({
        path:"/family/property/note1/propertyInfo/" + id,
        path:"/family/note1/propertyInfo/" + id,
        query:{
          detail:jd
        }