luowei 1 년 전
부모
커밋
ed7082cd6f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/core/reportForms/selfInspectReport.vue

+ 2 - 2
src/views/core/reportForms/selfInspectReport.vue

@@ -211,9 +211,9 @@ export default {
       );
     },
     handleExport() {
-      this.download('core/safetyInspectReport/export', {
+      this.download('core/safetyInspectReport/selfInspectExport', {
         ...this.queryParams
-      }, `${'【' + this.orgName + '】' + '-网点负责人统计报表-' + this.formatTime(new Date(), 'YYYYMMDD')}.xlsx`)
+      }, `${'【' + this.orgName + '】' + '-网点负责人自查统计报表-' + this.formatTime(new Date(), 'YYYYMMDD')}.xlsx`)
     },