feat: There is no way the, BUSS PROCESS
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @description: 业务相关API接口
|
||||
*/
|
||||
|
||||
import axios from '@/common/axiosV2'
|
||||
|
||||
// 企标评价-获取评价指标
|
||||
export function getEvaluationIndex (data) {
|
||||
return axios({
|
||||
url: '/api/sarEnterpriseStandardEvaluation/evaluation-index/getEvaluationIndex',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user