yxh
yxh
2023-08-07 cef0ffebad11bf1444be8ff3d54172c83800c78d
src/views/project/fund/expertFeeFundApply/index.vue
@@ -1027,12 +1027,12 @@
            if (response.code == 200) {
              this.$message({
                type: "success",
                message: "申请成功",
                message: "提交专家费用申请审批成功!",
              });
            } else {
              this.$message({
                type: "error",
                message: "申请失败",
                message: "提交专家费用申请失败!",
              });
            }
            this.loading = false;
@@ -1488,7 +1488,6 @@
    /** 查询捐献人道慰问金列表 */
    getList() {
      console.log("getList", "getList");
      this.loading = true;
      this.queryParams.params = {};
      if (null != this.daterangeReporttime && "" != this.daterangeReporttime) {
@@ -1497,6 +1496,8 @@
        this.queryParams.params["endReporttime"] = this.daterangeReporttime[1];
      }
      // this.queryParams.residencetown = this.$refs.areaSelect.getQu();
      console.log("111", this.queryParams);
      listDonatebaseinfo(this.queryParams).then((response) => {
        this.donatebaseinfoList = response.rows;
        this.total = response.total;