소스 검색

Merge branch 'gn3.2' into debug

shanbinzhang 1 주 전
부모
커밋
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)