luolei 4 năm trước cách đây
mục cha
commit
6d69a85578
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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`
               );
             }
           });