| | |
| | | <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"> |
| | |
| | | |
| | | LoadReportList() { |
| | | listDonatebaseinfo().then((res) => { |
| | | debugger |
| | | let list = res.rows; |
| | | let reportlist = []; |
| | | reportlist.push({ reporterno: "", reportername: "全部" }); |
| | |
| | | reportername: element.reportername, |
| | | }); |
| | | }); |
| | | debugger |
| | | if (reportlist != 0) { |
| | | reportlist = this.resetArr(reportlist); |
| | | this.reportlist = reportlist; |