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' });
               this.$message({ message: '导出成功', type: 'success' });
               utils.downloadExportedData(
               utils.downloadExportedData(
                 res.data,
                 res.data,
-                `${parm.hospitalName}-${titleName}测试结果.xls`
+                `${parm.hospitalName}-${this.titleName}测试结果.xls`
               );
               );
             }
             }
           });
           });