浏览代码

Merge branch 'gn3.2' into debug

shanbinzhang 6 天之前
父节点
当前提交
35a8ae61e0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/report_manage/components/repotPushRecord.vue

+ 2 - 1
src/views/report_manage/components/repotPushRecord.vue

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