Browse Source

增加规则生成服务

SunZehao 10 months ago
parent
commit
6ddb22a482
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/api/api.js

+ 5 - 0
src/api/api.js

@@ -1696,4 +1696,9 @@ export function apiGetbenchmarkingData(params) {
 //----修改定标值
 export function apiGetbenchmarkingupdateData(params) {
     return httpRequest.post('evaluation-performance-benchmarking/update', params)
+}
+
+//生成规则
+export function apiorganizationratinggrade(params) {
+    return httpRequest.post('organization-rating/grade', params)
 }