|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<div class="card">
|
|
|
- <cord-top title="留言统计明细表" @returnWhere="getList" />
|
|
|
+ <cord-top title="留言统计明细表" @returnWhere="getList" :isExport="true" :param="param" :columns="tablecols" fileName="留言统计明细表" />
|
|
|
<div style="height: 20px" />
|
|
|
<tableTemplate
|
|
|
ref="table"
|
|
|
@@ -68,6 +68,10 @@ export default {
|
|
|
nocache: true,
|
|
|
type: "近七日",
|
|
|
},
|
|
|
+ param:{
|
|
|
+ id:'2025021108560703',
|
|
|
+ content:{}
|
|
|
+ }
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
this.content.total = res.total;
|
|
|
this.content.pageNumber = res.pageNumber;
|
|
|
this.content.pageSize = res.pageSize;
|
|
|
+ this.param.content = this.content
|
|
|
});
|
|
|
},
|
|
|
handleSizeChange(pageSize) {
|