ruoyi-ui/src/views/bignote/index.vue
@@ -407,11 +407,11 @@
    getList() {
      this.loading = true;
      // console.log(this.queryParams)
       console.log(this.queryParams)
      //  listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
      listFamilyevent(this.queryParams).then(response => {
          //  alert(123)
          //   console.log(response.data)
         //    console.log(response.data.data)
          this.familyList = response.data.data;
          this.total = response.data.total;
@@ -456,6 +456,7 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
      this.getList();
    },
    /** 重置按钮操作 */
@@ -483,7 +484,8 @@
    /** 查看详细信息 */
    handleCheck(row){
      const id = row.id;
      this.$router.push("/family/zfEvent/bignote/familyeventInfo/" + id);
      this.$router.push("/family1/bignote/familyeventInfo/" + id);
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
@@ -491,7 +493,7 @@
      let jd = true
      this.$router.push({
        path:"/family/zfEvent/bignote/familyeventInfo/" + id,
        path:"/family1/bignote/familyeventInfo/" + id,
        query:{
          detail:jd
        }
@@ -519,7 +521,7 @@
          addFamilyevent(this.formDat).then(response => {
            this.$modal.msgSuccess("新增成功");
            this.open = false;
            this.getList1();
            this.getList();
          });
        }
      });