Quellcode durchsuchen

导出文件名修改

luolei vor 4 Jahren
Ursprung
Commit
e16824507c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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}-开单合理性提醒规则测试结果.xls`
+                `${parm.hospitalName}-${titleName}测试结果.xls`
               );
             }
           });