wukai 1 viikko sitten
vanhempi
commit
2a8872e68f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/emp/empCalc/index.vue

+ 1 - 1
src/views/emp/empCalc/index.vue

@@ -466,7 +466,7 @@ function report(flag) {
   } else {
     date = monthTime.value;
     url = '/api/export/productivity-month?date=' + date;
-    name = `经编生产绩效报${date}.xlsx`;
+    name = `经编生产绩效报${date}.xlsx`;
   }
 
   if (!date) {