feige
2024-08-22 8f115311af95cb2fe0d7bee2d8a97dcbc059a263
ruoyi-ui/src/views/genealogy/index.vue
@@ -42,7 +42,7 @@
      <el-form-item label="生日" prop="birth deadDay">
        <el-date-picker
          v-model="dateRange"
          style="width:  197px;
          style="width:  240px;
          height: 30px;
          background: #FFFFFF;
          border-radius: 14px 14px 14px 14px;
@@ -255,6 +255,7 @@
        nickName:undefined,
        sex:undefined,
        birth:undefined,
      clanId: undefined
      },
      // searchVal:"",
@@ -366,7 +367,7 @@
      //alert(23)
      this.queryParams.happenStartTime = this.dateRange.length > 0 && this.dateRange[0]
      this.queryParams.happenEndTime = this.dateRange.length > 0 && this.dateRange[1]
     this.queryParams.clanId = this.$store.state.user.clanId
      // this.queryParams.pageSize = this.pageSize; // 添加 pageSize 参数
      // this.queryParams.pageNum = this.pageNum; // 添加 pageNum 参数
@@ -435,7 +436,7 @@
          deptCheckStrictly: true,
          remark: undefined
        };
      this.resetForm("form");
      this.resetForm("elForm");
    },
    /** 搜索按钮操作 */
    handleQuery() {