yangys
2025-10-08 288369dd7487adc61fe45f24d6d141152f5492df
src/views/statreport/sendrecord.vue
@@ -88,8 +88,8 @@
      },
      loading: true,
      mypage: {
        size: 10,
        current: 1,
        pageSize: 10,
        currentPage: 1,
        total: 0,
      },
      fileViewModel:false,
@@ -177,7 +177,7 @@
    },
    nodeClick(data) {
      //this.treeDeptId = data.id;
      this.mypage.current = 1;
      this.mypage.currentPage = 1;
      this.onLoad(this.page);
    },
    getQueryObj(){
@@ -187,6 +187,8 @@
          param.createTimeBegin = param.createTime[0];
          param.createTimeEnd = param.createTime[1];
        }
        param.current = this.mypage.currentPage;
        param.size = this.mypage.pageSize;
        return param;
    },
    handleExport() {
@@ -217,15 +219,15 @@
      //this.onLoad(this.mypage);
    },
    searchChange(params, done) {
      this.mypage.current = 1;
      this.mypage.currentPage = 1;
      this.onLoad();
      done();
    },
    currentChange(current) {
      this.mypage.current = current;
      this.mypage.currentPage = current;
    },
    sizeChange(size) {
      this.mypage.size = size;
      this.mypage.pageSize = size;
    },
    refreshChange() {