11
WXL
2024-07-11 f06564ebbd94e8cca0874604217dfd03f60aa245
src/views/project/donatefinishcheck/index.vue
@@ -211,14 +211,6 @@
        <el-button type="primary" @click="saveReview">确 定</el-button>
        <el-button @click="hideReviewDialog">取 消</el-button>
      </div>
       <!-- <el-dialog
      :title="title"
      align="center"
      :visible.sync="open"
      width="1100px"
      :close-on-click-modal="false"
      append-to-body
    > -->
      <el-form ref="form" :model="form" :rules="rules" label-width="120px">
        <el-row>
          <el-col :span="8">
@@ -1294,7 +1286,6 @@
    LoadReportList() {
      listDonatebaseinfo().then((res) => {
        debugger
        let list = res.rows;
        let reportlist = [];
        reportlist.push({ reporterno: "", reportername: "全部" });
@@ -1304,7 +1295,6 @@
            reportername: element.reportername,
          });
        });
        debugger
        if (reportlist != 0) {
          reportlist = this.resetArr(reportlist);
          this.reportlist = reportlist;