소스 검색

增加导出绩效评分接口

humingbo 1 년 전
부모
커밋
116224cca6
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  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'
+  })
+}