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