Jelajahi Sumber

增加导出绩效评分接口

humingbo 1 tahun lalu
induk
melakukan
116224cca6
1 mengubah file dengan 13 tambahan dan 0 penghapusan
  1. 13 0
      src/api/performance/performance.js

+ 13 - 0
src/api/performance/performance.js

@@ -62,3 +62,16 @@ export function getPerformanceScoreList(data){
   })
 }
 
+/**
+ *
+ * 导出绩效评分
+ *
+ * @param date
+ * @return
+ */
+export function exportPerformanceScore(date){
+  return request({
+    url: '/performanceScore/exportPerformanceScore?date='+date,
+    method: 'get'
+  })
+}