feige
2023-04-02 beba42aa1204efae58283196656aae7d6a0d3cfe
/family1/bignote1修改为了/family1/bignote
1个文件已修改
5 ■■■■■ 已修改文件
ruoyi-ui/src/views/bignote/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/bignote/index.vue
@@ -430,7 +430,7 @@
      /** 查看详细信息 */
      handleCheck(row){
        const id = row.id;
        this.$router.push("/family1/bignote1/familyeventInfo/" + id);
        this.$router.push("/family1/bignote/familyeventInfo/" + id);
      },
      /** 修改按钮操作 */
      handleUpdate(row) {
@@ -438,7 +438,7 @@
        let jd = true
  
        this.$router.push({
          path:"/family1/bignote1/familyeventInfo/" + id,
          path:"/family1/bignote/familyeventInfo/" + id,
          query:{
            detail:jd
          }
@@ -513,4 +513,3 @@
    }
  };
  </script>