Преглед на файлове

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)