luolei 4 년 전
부모
커밋
6d69a85578
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/autoTest/AutoBillCommonTest.vue

+ 1 - 1
src/components/autoTest/AutoBillCommonTest.vue

@@ -370,7 +370,7 @@ export default {
               this.$message({ message: '导出成功', type: 'success' });
               utils.downloadExportedData(
                 res.data,
-                `${parm.hospitalName}-${titleName}测试结果.xls`
+                `${parm.hospitalName}-${this.titleName}测试结果.xls`
               );
             }
           });