|
@@ -164,7 +164,8 @@ export default {
|
|
ClassifyId: this.filterForm.classifyId,
|
|
ClassifyId: this.filterForm.classifyId,
|
|
ClassifyType: this.filterForm.classifyType,
|
|
ClassifyType: this.filterForm.classifyType,
|
|
Status: this.filterForm.pushStatus,
|
|
Status: this.filterForm.pushStatus,
|
|
- SendTime: this.filterForm.date
|
|
|
|
|
|
+ SendTime: this.filterForm.date,
|
|
|
|
+ ReportTitle: this.filterForm.searchTxt
|
|
}
|
|
}
|
|
|
|
|
|
const res = await reportPushInterface.getPushList(params)
|
|
const res = await reportPushInterface.getPushList(params)
|