luolei 4 years ago
parent
commit
6d69a85578
1 changed files with 1 additions and 1 deletions
  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`
               );
             }
           });