yxh
2023-09-01 a2f16cbdc7b6ee0623d9071e1b7ab41285667eed
src/views/project/fundcheck/officeExpenseCheck/index.vue
@@ -552,7 +552,7 @@
        APPLICATIONBEGTIME: null,
        APPLICATIONENDTIME: null,
        CHECKFLAG: 1,
        APPLYTYPE: 3,
        APPLYTYPE: 4,
      },
      // 表单参数
      form: {},
@@ -654,10 +654,10 @@
    getlistbypower() {
      this.loading = true;
      // this.queryParams.params = {};
      console.log("this.queryParams",this.queryParams);
      listbypower(this.queryParams).then((res) => {
        this.loading = false;
        let list = res.rows;
        let arr = [];
        this.total = res.total;
        this.donateconsolationfundList = list;
      });