|
@@ -455,7 +455,7 @@
|
|
|
<el-dialog title="投诉详情" :visible.sync="complaintDialogVisible" width="70%" @open="getAssetsComplaintDetail()">
|
|
|
<y-page-list-layout :get-page-list="getAssetsComplaintDetail" :page-list="pageData" :page-para="complaintQuery">
|
|
|
<template slot="left">
|
|
|
- <el-button class="filter-item" round type="info" @click="exportPerformanceDeductionDetail()">导出</el-button>
|
|
|
+ <el-button class="filter-item" round type="info" @click="exportAssetsComplaintDetail()">导出</el-button>
|
|
|
</template>
|
|
|
<parentTable :data="pageData.records" slot="table" style="width: 100%;height: 60vh">
|
|
|
<el-table-column align="center" prop="complainantType" label="投诉类型" min-width="12.5%">
|
|
@@ -740,6 +740,9 @@ export default {
|
|
|
exportPerformanceDeductionDetail() {
|
|
|
this.$utils.exportUtil('assets/statisticalStatement/getAssetsPerformanceDeductionDetail/export', this.listQueryDetail, '导出');
|
|
|
},
|
|
|
+ exportAssetsComplaintDetail() {
|
|
|
+ this.$utils.exportUtil('assets/statisticalStatement/getAssetsComplaintDetail/export', this.complaintQuery, '导出');
|
|
|
+ },
|
|
|
// 条件查询
|
|
|
searchList2() {
|
|
|
this.getAssetsPerformanceDeductionVOByEvaluator();
|